From 7ed1a08985ee943646612563e1fc09f5d51425f8 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 21 Apr 2002 23:57:24 +0000 Subject: 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. --- maintMakefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'maintMakefile') 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 $@ $< -- cgit v1.2.3