[llvm-commits] CVS: llvm/Makefile.config.in
John Criswell
criswell at choi.cs.uiuc.edu
Tue Jul 22 14:19:14 PDT 2003
Changes in directory llvm:
Makefile.config.in updated: 1.9 -> 1.10
---
Log message:
Updated to use files within the autoconf subdirectory.
---
Diffs of the changes:
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.9 llvm/Makefile.config.in:1.10
--- llvm/Makefile.config.in:1.9 Wed Jul 2 16:20:04 2003
+++ llvm/Makefile.config.in Tue Jul 22 14:17:35 2003
@@ -67,7 +67,7 @@
SED = @SED@
RM = @RM@
ECHO = @ECHO@
-MKDIR = @abs_top_srcdir@/mkinstalldirs
+MKDIR = @abs_top_srcdir@/autoconf/mkinstalldirs
DATE = @DATE@
MV = @MV@
INSTALL = @INSTALL@
More information about the llvm-commits
mailing list