diff options
author | Paul Smith <psmith@gnu.org> | 1998-07-30 20:54:47 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1998-07-30 20:54:47 +0000 |
commit | e2403327e9913bbcbd515f9c38b8f4e26fb9b0d9 (patch) | |
tree | 8ac64ff471e0a976daf75ef913c084adba4972fc /GNUmakefile | |
parent | 65a7296e2c81b04761b3f024572310a02c9de691 (diff) | |
download | gunmake-e2403327e9913bbcbd515f9c38b8f4e26fb9b0d9.tar.gz |
GNU make release 3.77.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index aedde59..15067c6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ NORECURSE = true -# If the user asked for a specific target, invoke the Mkaefile instead. +# If the user asked for a specific target, invoke the Makefile instead. # .DEFAULT: @[ -f Makefile.in -a -f configure -a -f aclocal.m4 -a -f config.h.in ] \ @@ -16,7 +16,7 @@ NORECURSE = true || ./configure $(MAKE) -f Makefile $@ -.PHONY: __cfg __cfg_basic TAGS +.PHONY: __cfg __cfg_basic # This is variable since the glob subdirectory doesn't use it. # @@ -36,7 +36,7 @@ endif __cfg_basic: aclocal.m4 stamp-h.in configure Makefile.in -aclocal.m4: configure.in +aclocal.m4: configure.in $(wildcard acinclude.m4) aclocal config.h.in: stamp-h.in |