diff options
author | Roland McGrath <roland@redhat.com> | 1994-05-02 22:32:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-05-02 22:32:54 +0000 |
commit | bc5f0541326b590561294ebc0b6be83d0e31cb2d (patch) | |
tree | 6f447d5a837773df79bc088ea69ca7221ca0cf6c | |
parent | e812d40f9f1dbbeea30a47a440e3e168dfafd696 (diff) | |
download | gunmake-bc5f0541326b590561294ebc0b6be83d0e31cb2d.tar.gz |
(config.h.in): Use $(AC_MACRODIR) in dep.
-rw-r--r-- | GNUmakefile | 2 |
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) |