| commit | 0f0f6173792cd9ce500056f9b18c75f52348ecc4 | [log] [tgz] | 
|---|---|---|
| author | Brian Gaeke <gaeke@uiuc.edu> | Wed Oct 08 21:38:35 2003 +0000 | 
| committer | Brian Gaeke <gaeke@uiuc.edu> | Wed Oct 08 21:38:35 2003 +0000 | 
| tree | f57c18fbb0c7ce3058fb738fb6faa7526c846594 | |
| parent | 85555779dea92995d1b4146d168ce9ec5d1b3f01 [diff] [blame] | 
I really meant to use that AUTOHEADER variable I put in there. llvm-svn: 8972
diff --git a/llvm/Makefile b/llvm/Makefile index f3a4ffc..71534d1 100644 --- a/llvm/Makefile +++ b/llvm/Makefile
@@ -21,5 +21,5 @@ 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