[llvm-commits] CVS: llvm/test/Programs/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Sat May 10 16:38:01 PDT 2003
Changes in directory llvm/test/Programs:
Makefile.programs updated: 1.41 -> 1.42
---
Log message:
Fix build breakage with nightly tester
---
Diffs of the changes:
Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.41 llvm/test/Programs/Makefile.programs:1.42
--- llvm/test/Programs/Makefile.programs:1.41 Sat May 10 15:40:20 2003
+++ llvm/test/Programs/Makefile.programs Sat May 10 16:37:33 2003
@@ -184,9 +184,11 @@
#
# Rules to compile the program for the C Back End
#
+$(PROGRAMS_TO_TEST:%=Output/%.cbe.c): \
Output/%.cbe.c: Output/%.llvm.bc $(LDIS)
$(LDIS) -c < $< > $@
+$(PROGRAMS_TO_TEST:%=Output/%.cbe): \
Output/%.cbe: Output/%.cbe.c
$(CC) -o $@ $< $(LDFLAGS) $(CFLAGS)
More information about the llvm-commits
mailing list