summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-07-22 19:17:35 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-07-22 19:17:35 +0000
commit0057e32730eba044e8a587bf29cddf65236e8840 (patch)
treec6d239da66e4ac5266a9d2ff40771e44c7a81161 /Makefile.config.in
parent4ea390d888b51dbd2c31516a3ed3c3f6ffdfef4e (diff)
downloadllvm-0057e32730eba044e8a587bf29cddf65236e8840.tar.gz
llvm-0057e32730eba044e8a587bf29cddf65236e8840.tar.bz2
llvm-0057e32730eba044e8a587bf29cddf65236e8840.tar.xz
Updated to use files within the autoconf subdirectory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 51fd9d56cf..de4732d931 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -67,7 +67,7 @@ FLEX = @LEX@
SED = @SED@
RM = @RM@
ECHO = @ECHO@
-MKDIR = @abs_top_srcdir@/mkinstalldirs
+MKDIR = @abs_top_srcdir@/autoconf/mkinstalldirs
DATE = @DATE@
MV = @MV@
INSTALL = @INSTALL@