From: Brian Gaeke Date: Wed, 8 Oct 2003 21:38:35 +0000 (+0000) Subject: I really meant to use that AUTOHEADER variable I put in there. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b68e33476ea90e84c261d065d852b998836b9238;p=oota-llvm.git I really meant to use that AUTOHEADER variable I put in there. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8972 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index f3a4ffcc770..71534d16f04 100644 --- 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