summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-08 21:38:35 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-08 21:38:35 +0000
commitb68e33476ea90e84c261d065d852b998836b9238 (patch)
treefa8d9b98ee26d73a6c414a9f8bbe5665ffa05117 /Makefile
parent36392bc5242accd1a5a1b3efe745ffa785616741 (diff)
downloadllvm-b68e33476ea90e84c261d065d852b998836b9238.tar.gz
llvm-b68e33476ea90e84c261d065d852b998836b9238.tar.bz2
llvm-b68e33476ea90e84c261d065d852b998836b9238.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3a4ffcc77..71534d16f0 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