summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-03-30 06:19:17 +0000
committerPaul Smith <psmith@gnu.org>1999-03-30 06:19:17 +0000
commite005a48b9fbbe7aea8013f887467714c6cf40fbe (patch)
tree2ce8d68c0d2e8c91acb4714129f3e81402f2fdfd /maintMakefile
parent0798a611694e3557450446f5c38049ddac4d0cbb (diff)
downloadgunmake-e005a48b9fbbe7aea8013f887467714c6cf40fbe.tar.gz
* More build fixes. I think a vanilla CVS checkout should build OK now.
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/maintMakefile b/maintMakefile
index 26ba938..939e19f 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -1,5 +1,6 @@
# Maintainer-only makefile segment. This contains things that are relevant
-# only if you have the full copy of the GNU make sources, not a dist copy.
+# only if you have the full copy of the GNU make sources from the CVS
+# tree, not a dist copy.
#
# Find the glob source files... this might be dangerous, but we're maintainers!
@@ -10,6 +11,11 @@ globhdr := $(wildcard glob/*.h)
TEMPLATES = README README.DOS config.ami configh.dos config.h.W32 config.h-vms
MTEMPLATES = Makefile.DOS SMakefile
+# We need this to ensure that README is created on time to avoid errors
+# by automake.
+#
+Makefile.in: README
+
# General rule for turning a .template into a regular file.
#
$(TEMPLATES) : % : %.template configure.in
@@ -62,8 +68,7 @@ build.sh.in: build.template Makefile.am maintMakefile
#
# And _I_ want them to be removed ;)
#
-maintFILES = configure aclocal.m4 config.h.in Makefile.in stamp-h.in \
- glob/Makefile.in
+maintFILES = configure aclocal.m4 config.h.in Makefile.in stamp-h.in
MAINTAINERCLEANFILES = $(maintFILES) $(TEMPLATES) $(MTEMPLATES) NMakefile \
missing build.sh.in .dep_segment