|
4 | 4 | # |
5 | 5 | # Copyright (c) 1998-2007, PostgreSQL Global Development Group |
6 | 6 | # |
7 | | -# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.125 2007/03/18 17:57:34 tgl Exp $ |
| 7 | +# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.126 2007/04/01 08:56:58 petere Exp $ |
8 | 8 | # |
9 | 9 | #------------------------------------------------------------------------- |
10 | 10 |
|
@@ -74,7 +74,7 @@ uninstall: |
74 | 74 | rm -f'$(DESTDIR)$(bindir)/ecpg$(X)' |
75 | 75 |
|
76 | 76 | cleandistclean: |
77 | | -rm -f*.o ecpg$(X) |
| 77 | +rm -f*.o ecpg$(X) parser.c |
78 | 78 | # garbage from partial builds |
79 | 79 | @rm -f y.tab.c y.tab.h |
80 | 80 | # garbage from development |
|