diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-08 21:38:35 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-08 21:38:35 +0000 |
commit | b68e33476ea90e84c261d065d852b998836b9238 (patch) | |
tree | fa8d9b98ee26d73a6c414a9f8bbe5665ffa05117 /Makefile | |
parent | 36392bc5242accd1a5a1b3efe745ffa785616741 (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |