summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2004-01-21 06:32:59 +0000
committerPaul Smith <psmith@gnu.org>2004-01-21 06:32:59 +0000
commit62fadbc022bb998d907012f8735f99a89f3e60d4 (patch)
treefce4f9c32c1345b44f5dcab09c3d8456cf230726 /maintMakefile
parent325cbc8060095a7bd9face79befb903aa6f3aa3e (diff)
downloadmake-62fadbc022bb998d907012f8735f99a89f3e60d4.tar.gz
Many bug fixes etc.
- Apply a fix for the "thundering herd" problem when using "-j -l". This also fixes bug #4693. - Fix bug #7257: allow functions as ifdef arguments - Fix bug #4518: make sure we print all double-colon rules with -p. - Upgrade to autconf 2.58/automake 1.8/gettext 0.13.1 - Various doc cleanups, etc.
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/maintMakefile b/maintMakefile
index 796a221e..f08c3ccf 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -1,10 +1,11 @@
# Maintainer-only makefile segment. This contains things that are relevant
# only if you have the full copy of the GNU make sources from the CVS
# tree, not a dist copy.
-#
+
+# We like mondo-warnings!
+AM_CFLAGS += -Wall -W
# Find the glob source files... this might be dangerous, but we're maintainers!
-#
globsrc := $(wildcard glob/*.c)
globhdr := $(wildcard glob/*.h)