Remove exhuberant-style comments which remained from copying file from `sample'
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 11 Oct 2004 00:56:41 +0000 (00:56 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 11 Oct 2004 00:56:41 +0000 (00:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16909 91177308-0d34-0410-b5e6-96231b3b80d8

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