From: John Criswell Date: Tue, 22 Jul 2003 19:17:35 +0000 (+0000) Subject: Updated to use files within the autoconf subdirectory. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0057e32730eba044e8a587bf29cddf65236e8840;p=oota-llvm.git 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 --- diff --git a/Makefile.config.in b/Makefile.config.in index 51fd9d56cfc..de4732d931a 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@