diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-08-30 03:34:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-08-30 03:34:05 +0000 |
commit | caa9468110843b166a9e40bd6b4cb76a464e78e3 (patch) | |
tree | c84f5d27b2091b52898059bf8570c9746d60cb5a /src | |
parent | cd9b34ed678c326ead156421157aa576cee0d624 (diff) | |
download | postgresql-caa9468110843b166a9e40bd6b4cb76a464e78e3.tar.gz postgresql-caa9468110843b166a9e40bd6b4cb76a464e78e3.zip |
Improve distclean.
Diffstat (limited to 'src')
-rw-r--r-- | src/GNUmakefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index 2232a772ad7..da4c849b4fb 100644 --- a/src/GNUmakefile.in +++ b/src/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.25 1998/04/06 17:02:13 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.26 1998/08/30 03:34:05 momjian Exp $ # #------------------------------------------------------------------------- @@ -80,13 +80,14 @@ distclean: clean bin/pg_version/Makefile \ include/config.h \ include/dynloader.h \ + include/os.h \ + include/version.h \ backend/port/tas.s \ backend/port/dynloader.c \ backend/utils/Gen_fmgrtab.sh \ interfaces/ecpg/lib/Makefile \ interfaces/libpq/Makefile \ interfaces/libpgtcl/Makefile \ - include/os.h \ Makefile.port |