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

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 6 17:45:01 PST 2002


Changes in directory llvm/test/Programs/MultiSource/SPEC:

Makefile.spec updated: 1.2 -> 1.3

---
Log message:

Make sure that the bytecode gets "built" even if nothing else is.


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/SPEC/Makefile.spec
diff -u llvm/test/Programs/MultiSource/SPEC/Makefile.spec:1.2 llvm/test/Programs/MultiSource/SPEC/Makefile.spec:1.3
--- llvm/test/Programs/MultiSource/SPEC/Makefile.spec:1.2	Wed Oct  9 16:16:40 2002
+++ llvm/test/Programs/MultiSource/SPEC/Makefile.spec	Wed Nov  6 17:44:37 2002
@@ -23,6 +23,8 @@
 data:
 	@test -L data || ln -s $(BENCHDATADIR)
 
+all:: $(BENCHBC)
+
 ifndef DISABLE_LLC
 all :: Output/$(BENCH).diff-llc
 endif





More information about the llvm-commits mailing list