diff options
| author | Marc G. Fournier | 1997-04-09 08:29:35 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-04-09 08:29:35 +0000 |
| commit | aaeef4dae843fc9ecab7e6989e3015fda7cbc826 (patch) | |
| tree | 7f99821327d93d0de3cbc0e4479ddcc47f1ab698 /src/GNUmakefile.in | |
| parent | 75e2370cc8a6ad335c9ad4f79ad4a01232928df2 (diff) | |
GNUmakefile.in - remove backend/utils/Gen_fmgrtab.sh on distclean
varlena.c - part of Thomas' most recent patch
Diffstat (limited to 'src/GNUmakefile.in')
| -rw-r--r-- | src/GNUmakefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index b08f764dd7..6f4f8b4fed 100644 --- a/src/GNUmakefile.in +++ b/src/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.10 1997/02/28 18:45:17 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.11 1997/04/09 08:29:17 scrappy Exp $ # #------------------------------------------------------------------------- @@ -79,6 +79,7 @@ distclean: clean bin/psql/Makefile \ bin/pg_dump/Makefile \ include/config.h \ + backend/utils/Gen_fmgrtab.sh \ include/os.h |
