[llvm-commits] CVS: llvm/projects/Stacker/lib/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Sun Oct 10 17:56:52 PDT 2004
Changes in directory llvm/projects/Stacker/lib:
Makefile updated: 1.3 -> 1.4
---
Log message:
Remove exhuberant-style comments which remained from copying file from `sample'
---
Diffs of the changes: (+0 -10)
Index: llvm/projects/Stacker/lib/Makefile
diff -u llvm/projects/Stacker/lib/Makefile:1.3 llvm/projects/Stacker/lib/Makefile:1.4
--- llvm/projects/Stacker/lib/Makefile:1.3 Sun Oct 10 19:54:59 2004
+++ llvm/projects/Stacker/lib/Makefile Sun Oct 10 19:56:41 2004
@@ -4,17 +4,7 @@
#
##===----------------------------------------------------------------------===##
-#
-# Indicates our relative path to the top of the project's root directory.
-#
LEVEL = ..
-
-#
-# Directories that needs to be built.
-#
DIRS = compiler runtime
-#
-# Include the Master Makefile that knows how to build all.
-#
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list