diff options
| author | Tom Lane | 2004-05-26 17:24:07 +0000 |
|---|---|---|
| committer | Tom Lane | 2004-05-26 17:24:07 +0000 |
| commit | fafd5640d179446ac2cbb9ecb7b87a0791e199ed (patch) | |
| tree | 257a0359c17611080b00c98278708a26b73eb9ed /src/interfaces/ecpg | |
| parent | f6c5da977cba167a3037fabed7434c6e89ca4804 (diff) | |
Recent commits added created files that weren't getting deleted by
'make clean'.
Diffstat (limited to 'src/interfaces/ecpg')
| -rw-r--r-- | src/interfaces/ecpg/pgtypeslib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/pgtypeslib/Makefile b/src/interfaces/ecpg/pgtypeslib/Makefile index 14d31a44d8b..29930181598 100644 --- a/src/interfaces/ecpg/pgtypeslib/Makefile +++ b/src/interfaces/ecpg/pgtypeslib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.20 2004/05/24 01:01:38 momjian Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.21 2004/05/26 17:24:07 tgl Exp $ # #------------------------------------------------------------------------- @@ -45,7 +45,7 @@ installdirs: uninstall: uninstall-lib clean distclean maintainer-clean: clean-lib - rm -f $(OBJS) + rm -f $(OBJS) rint.c pgstrcasecmp.c depend dep: $(CC) -MM $(CFLAGS) *.c >depend |
