Skip to content

Commit 1a0bbc2

Browse files
committed
Improve comment about when to clean generated files.
1 parent b78f9b4 commit 1a0bbc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/interfaces/ecpg/preproc/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
66
#
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 $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -77,8 +77,8 @@ clean distclean:
7777
# garbage from development
7878
@rm -f core a.out
7979

80-
# `make clean' 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+
# `make distclean' must not remove preproc.y, preproc.c, preproc.h, or pgc.c
81+
# since we want to ship those files in the distribution for people with
82+
# inadequate tools. Instead, `make maintainer-clean' will remove them.
8383
maintainer-clean: distclean
8484
rm -f $(srcdir)/preproc.y $(srcdir)/preproc.c $(srcdir)/preproc.h $(srcdir)/pgc.c

0 commit comments

Comments
 (0)