From 41dcca8426893e5683320b6d6382ccf728d75ccc Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 16 Sep 1997 14:17:23 +0000 Subject: Changes for GNU make 3.76 --- maintMakefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'maintMakefile') diff --git a/maintMakefile b/maintMakefile index 1fcd09e..05e73e8 100644 --- a/maintMakefile +++ b/maintMakefile @@ -40,6 +40,13 @@ build.sh.in: build.template Makefile.am $< > $@ chmod a-w+x $@ +# We clean everything here. The GNU standards for makefile conventions say +# you shouldn't remove configure, etc., but this makefile is only available +# in a full development distribution, so they'll only be removed then. +# +MAINTAINERCLEANFILES = $(TEMPLATES) Makefile.DOS build.sh.in \ + configure Makefile.in stamp-h.in + # Put the alpha distribution files up for anonymous FTP. # ALPHA := ~ftp/gnu -- cgit v1.2.3