Improve comment about when to clean generated files.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Nov 2008 17:18:20 +0000 (17:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Nov 2008 17:18:20 +0000 (17:18 +0000)
src/interfaces/ecpg/preproc/Makefile

index 1920d49f80ace9aafa4139155733833c61c96960..3d3d7f85df3bd1dc3719252c50d3e1403f0de96a 100644 (file)
@@ -77,8 +77,8 @@ clean distclean:
 # garbage from development
        @rm -f core a.out
 
-# `make clean' does not remove preproc.c, preproc.h, or pgc.c since we
-# want to ship those files in the distribution for people with
-# inadequate tools.
+# `make distclean' must not remove preproc.y, preproc.c, preproc.h, or pgc.c
+# since we want to ship those files in the distribution for people with
+# inadequate tools.  Instead, `make maintainer-clean' will remove them.
 maintainer-clean: distclean
        rm -f $(srcdir)/preproc.y $(srcdir)/preproc.c $(srcdir)/preproc.h $(srcdir)/pgc.c