[llvm-commits] CVS: llvm/test/Programs/MultiSource/Makefile.multisrc
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 20 14:02:01 PDT 2003
Changes in directory llvm/test/Programs/MultiSource:
Makefile.multisrc updated: 1.32 -> 1.33
---
Log message:
Revert previous change, the test I was looking at had sources set wrong
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Makefile.multisrc
diff -u llvm/test/Programs/MultiSource/Makefile.multisrc:1.32 llvm/test/Programs/MultiSource/Makefile.multisrc:1.33
--- llvm/test/Programs/MultiSource/Makefile.multisrc:1.32 Fri Jun 20 11:43:52 2003
+++ llvm/test/Programs/MultiSource/Makefile.multisrc Fri Jun 20 14:01:07 2003
@@ -59,8 +59,8 @@
$(LLINK) -f $(LObjects) | $(LOPT) -funcresolve -deadtypeelim -q | $(LDIS) > $@
$(PROGRAMS_TO_TEST:%=Output/%.LOC.txt): \
-Output/%.LOC.txt: $(addprefix $(SourceDir), $(Source))
- cat $(addprefix $(SourceDir), $(Source)) $(wildcard $(SourceDir)/*.h) | wc -l > $@
+Output/%.LOC.txt: $(Source)
+ cat $(Source) $(wildcard $(SourceDir)/*.h) | wc -l > $@
endif
More information about the llvm-commits
mailing list