diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-12-04 04:34:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-12-04 04:34:56 +0000 |
commit | 21b69148dce2a7d178d1c4cd060a1ed06fe7b3b4 (patch) | |
tree | 1be87f8f3e52ed1ee0667a881db4afe1c64ba158 | |
parent | 573553296b69009c12664b21c31190a9167c06de (diff) | |
download | postgresql-21b69148dce2a7d178d1c4cd060a1ed06fe7b3b4.tar.gz postgresql-21b69148dce2a7d178d1c4cd060a1ed06fe7b3b4.zip |
No distclean for pgaccess/Makefile.
-rw-r--r-- | src/GNUmakefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index daa5f8e4219..432cdde7cdd 100644 --- a/src/GNUmakefile.in +++ b/src/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.45 1999/10/31 11:50:02 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.46 1999/12/04 04:34:56 momjian Exp $ # #------------------------------------------------------------------------- @@ -91,7 +91,6 @@ distclean: clean backend/utils/Gen_fmgrtab.sh \ bin/pg_dump/Makefile \ bin/pg_version/Makefile \ - bin/pgaccess/Makefile \ bin/psql/Makefile \ bin/pgtclsh/mkMakefile.tcldefs.sh \ bin/pgtclsh/mkMakefile.tkdefs.sh \ |