Remove exhuberant-style comments which remained from copying file from `sample'
[oota-llvm.git] / projects / Stacker / lib / Makefile
index 5a99d7005269239d52384d64df3a0d912d0365c3..a302a85ef5118cca3f4dc6b48ab9f827b8bbb4c8 100644 (file)
@@ -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