diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2004-06-13 21:50:04 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2004-06-13 21:50:04 +0000 |
commit | 2416c758a67406a8b3bcb15e0e934c561ef1d48b (patch) | |
tree | 7a66b78f65093979e9da3faf52ace747d70e72e7 | |
parent | b458e15279a2d3cb1a681faff8974d51594b72ed (diff) | |
download | postgresql-REL7_4_3.tar.gz postgresql-REL7_4_3.zip |
Remove README.CVS when making a distribution.REL7_4_3
-rw-r--r-- | GNUmakefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 215b198cf79..563532ab24a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.35 2003/10/13 21:39:41 petere Exp $ +# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.35.2.1 2004/06/13 21:50:04 petere Exp $ # subdir = @@ -103,6 +103,7 @@ distdir: done $(MAKE) -C $(distdir) distprep $(MAKE) -C $(distdir) distclean + rm -f $(distdir)/README.CVS distcheck: $(distdir).tar.gz -rm -rf $(dummy) |