8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335feca commit ae8072aCopy full SHA for ae8072a
src/interfaces/ecpg/preproc/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1998-2007, PostgreSQL Global Development Group
6
7
-# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.125 2007/03/18 17:57:34 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.126 2007/04/01 08:56:58 petere Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -74,7 +74,7 @@ uninstall:
74
rm -f '$(DESTDIR)$(bindir)/ecpg$(X)'
75
76
clean distclean:
77
- rm -f *.o ecpg$(X)
+ rm -f *.o ecpg$(X) parser.c
78
# garbage from partial builds
79
@rm -f y.tab.c y.tab.h
80
# garbage from development
0 commit comments