[llvm-commits] CVS: llvm/test/Programs/MultiSource/Makefile.multisrc

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 21 14:55:01 PDT 2003


Changes in directory llvm/test/Programs/MultiSource:

Makefile.multisrc updated: 1.37 -> 1.38

---
Log message:

This breaks the TEST= target!


---
Diffs of the changes:  (+0 -3)

Index: llvm/test/Programs/MultiSource/Makefile.multisrc
diff -u llvm/test/Programs/MultiSource/Makefile.multisrc:1.37 llvm/test/Programs/MultiSource/Makefile.multisrc:1.38
--- llvm/test/Programs/MultiSource/Makefile.multisrc:1.37	Thu Sep 11 13:04:30 2003
+++ llvm/test/Programs/MultiSource/Makefile.multisrc	Tue Oct 21 14:54:00 2003
@@ -17,9 +17,6 @@
 # FIXME: LIBS SHOULD BE SPECIFIED
 LIBS = -lm
 
-all:: 
-	@echo "-----> Running '$(PROG)' test"
-
 include $(LEVEL)/test/Programs/Makefile.programs
 
 # Figure out what object files we want to build...





More information about the llvm-commits mailing list