|
4 | 4 | #
|
5 | 5 | # Copyright (c) 1998-2008, PostgreSQL Global Development Group
|
6 | 6 | #
|
7 |
| -# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.138 2008/11/14 17:11:40 meskes Exp $ |
| 7 | +# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.139 2008/11/14 17:18:20 tgl Exp $ |
8 | 8 | #
|
9 | 9 | #-------------------------------------------------------------------------
|
10 | 10 |
|
@@ -77,8 +77,8 @@ clean distclean:
|
77 | 77 | # garbage from development
|
78 | 78 | @rm -f core a.out
|
79 | 79 |
|
80 |
| -# `makeclean' does not remove preproc.c, preproc.h, or pgc.c since we |
81 |
| -# want to ship those files in the distribution for people with |
82 |
| -# inadequate tools. |
| 80 | +# `makedistclean' must not remove preproc.y, preproc.c, preproc.h, or pgc.c |
| 81 | +#since wewant to ship those files in the distribution for people with |
| 82 | +# inadequate tools. Instead, `make maintainer-clean' will remove them. |
83 | 83 | maintainer-clean: distclean
|
84 | 84 | rm -f$(srcdir)/preproc.y$(srcdir)/preproc.c$(srcdir)/preproc.h$(srcdir)/pgc.c
|