I really meant to use that AUTOHEADER variable I put in there.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 8 Oct 2003 21:38:35 +0000 (21:38 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 8 Oct 2003 21:38:35 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8972 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index f3a4ffcc770b9902977bac9d62ca504b1225a45a..71534d16f04ab68fb795edd6e1ca53c983999db0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,5 +21,5 @@ configure: autoconf/configure.ac autoconf/aclocal.m4
        cd autoconf && $(AUTOCONF) -o ../configure configure.ac
 
 include/Config/config.h.in: autoconf/configure.ac autoconf/aclocal.m4
-       autoheader -I autoconf autoconf/configure.ac
+       $(AUTOHEADER) -I autoconf autoconf/configure.ac