summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-05-02 22:32:54 +0000
committerRoland McGrath <roland@redhat.com>1994-05-02 22:32:54 +0000
commitbc5f0541326b590561294ebc0b6be83d0e31cb2d (patch)
tree6f447d5a837773df79bc088ea69ca7221ca0cf6c
parente812d40f9f1dbbeea30a47a440e3e168dfafd696 (diff)
downloadgunmake-bc5f0541326b590561294ebc0b6be83d0e31cb2d.tar.gz
(config.h.in): Use $(AC_MACRODIR) in dep.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a2405d3..00a0136 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -55,7 +55,7 @@ AC_MACRODIR = /home/gd/gnu/autoconf/autoconf
endif
ACFLAGS := -m $(AC_MACRODIR)
configure config.h.in: $(patsubst %,$(AC_MACRODIR)/%.m4,acspecific acgeneral)
-config.h.in: /home/gd/gnu/autoconf/acconfig.h
+config.h.in: $(AC_MACRODIR)/acconfig.h
configure: configure.in; autoconf $(ACFLAGS)
config.h.in: configure.in; autoheader $(ACFLAGS)