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

John Criswell criswell at cs.uiuc.edu
Thu Sep 11 13:05:12 PDT 2003


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.91 -> 1.92

---
Log message:

Fixed SPEC so that it would run correctly with the new autoconf-style object
directory.
Cleaned up the Makefile so that it uses VPATH to find source files.



---
Diffs of the changes:

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.91 llvm/test/Programs/Makefile.programs:1.92
--- llvm/test/Programs/Makefile.programs:1.91	Sat Sep  6 10:12:45 2003
+++ llvm/test/Programs/Makefile.programs	Thu Sep 11 13:04:23 2003
@@ -42,8 +42,6 @@
 
 include $(LEVEL)/test/Makefile.tests
 
-VPATH=$(SourceDir)
-
 .PRECIOUS: Output/%.llvm Output/%.native Output/%.llc Output/%.llc.s
 .PRECIOUS: Output/%.cbe Output/%.cbe.c Output/%.llvm.bc
 .PRECIOUS: Output/%.linked.bc 





More information about the llvm-commits mailing list