[llvm-commits] CVS: llvm-test/SingleSource/Makefile.singlesrc

Reid Spencer reid at x10sys.com
Thu Nov 23 13:21:59 PST 2006



Changes in directory llvm-test/SingleSource:

Makefile.singlesrc updated: 1.31 -> 1.32
---
Log message:

Unwrap line that didn't need to be.


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

 Makefile.singlesrc |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm-test/SingleSource/Makefile.singlesrc
diff -u llvm-test/SingleSource/Makefile.singlesrc:1.31 llvm-test/SingleSource/Makefile.singlesrc:1.32
--- llvm-test/SingleSource/Makefile.singlesrc:1.31	Fri Nov  3 20:52:31 2006
+++ llvm-test/SingleSource/Makefile.singlesrc	Thu Nov 23 15:21:45 2006
@@ -40,7 +40,6 @@
 	-$(CXX) $(CXXFLAGS) -O2 $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS)
 
 
-bugpoint-gccas bugpoint-gccld bugpoint-jit bugpoint-llc \
-bugpoint-llc-beta:
+bugpoint-gccas bugpoint-gccld bugpoint-jit bugpoint-llc bugpoint-llc-beta:
 	@echo "The $@ target doesn't work in SingleSource.  Try:"
 	@echo "  'make Output/[programname].$@' instead."






More information about the llvm-commits mailing list