[llvm-commits] CVS: llvm-test/Makefile.config.in

Misha Brukman brukman at cs.uiuc.edu
Tue Apr 19 21:47:05 PDT 2005



Changes in directory llvm-test:

Makefile.config.in updated: 1.10 -> 1.11
---
Log message:

Fix comment: Makefile.config is a configuration makefile, the "master Makefile"
is Makefile.rules


---
Diffs of the changes:  (+1 -1)

 Makefile.config.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/Makefile.config.in
diff -u llvm-test/Makefile.config.in:1.10 llvm-test/Makefile.config.in:1.11
--- llvm-test/Makefile.config.in:1.10	Sat Jan 15 21:16:09 2005
+++ llvm-test/Makefile.config.in	Tue Apr 19 23:46:54 2005
@@ -20,7 +20,7 @@
 # Set the root directory of this project's install prefix
 PROJ_INSTALL_ROOT := @prefix@
 
-# Include LLVM's Master Makefile.
+# Include LLVM's configuration Makefile.
 include $(LLVM_OBJ_ROOT)/Makefile.config
 
 #Set SourceDir for backwards compatbility.






More information about the llvm-commits mailing list