summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-04-21 23:57:24 +0000
committerPaul Smith <psmith@gnu.org>2002-04-21 23:57:24 +0000
commit7ed1a08985ee943646612563e1fc09f5d51425f8 (patch)
tree4068151d4bd9fcd5d63bff8f824d0fad325d0fc8 /maintMakefile
parentcae1db6ecdcd64bfbdfb1e5cff2bf2d6b2cba603 (diff)
downloadgunmake-7ed1a08985ee943646612563e1fc09f5d51425f8.tar.gz
Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/maintMakefile b/maintMakefile
index 3ea0889..3b15957 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -63,15 +63,11 @@ build.sh.in: build.template Makefile
.dep_segment: Makefile.am maintMakefile $(DEP_FILES)
$(AUTOMAKE) --generate-deps --build-dir=. --srcdir-name=.
-# 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.
-#
-# And _I_ want them to be removed ;)
+# Get rid of everything "else".
#
maintFILES = configure aclocal.m4 config.h.in Makefile.in stamp-h.in
-MAINTAINERCLEANFILES = $(maintFILES) $(TEMPLATES) $(MTEMPLATES) NMakefile \
+MAINTAINERCLEANFILES += $(maintFILES) $(TEMPLATES) $(MTEMPLATES) NMakefile \
missing build.sh.in .dep_segment
# Put the alpha distribution files up for anonymous FTP.
@@ -83,9 +79,3 @@ TARFILE := $(distdir).tar.gz
alpha: $(ALPHA) $(TARFILE)
@rm -f $(ALPHA)/$(TARFILE)
cp -p $(TARFILE) $(ALPHA)
-
-# This is needed because normal builds with GCC don't compile alloca.c, so
-# alloca.P doesn't get built :-/.
-#
-.deps/alloca.P: alloca.c
- $(COMPILE) -M -o $@ $<