File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/interfaces/ecpg/preproc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2006, PostgreSQL Global Development Group
6
6
#
7
- # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.119 2006/03/05 15:59:08 momjian Exp $
7
+ # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.120 2006/03/07 00:48:07 tgl Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -75,7 +75,7 @@ clean distclean:
75
75
# garbage from partial builds
76
76
@rm -f y.tab.c y.tab.h
77
77
# garbage from development
78
- @rm -f core a.out *~ * .output *.tab.c
78
+ @rm -f core a.out *.output *.tab.c
79
79
80
80
# `make clean' does not remove preproc.c, preproc.h, or pgc.c since we
81
81
# want to ship those files in the distribution for people with
You can’t perform that action at this time.
0 commit comments