[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat/09-vor/Makefile
John Criswell
criswell at cs.uiuc.edu
Sat Sep 6 10:17:30 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/McCat/09-vor:
Makefile updated: 1.3 -> 1.4
---
Log message:
Checkin of autoconf-style object root.
Adjusted the Makefile rules to handle building outside the source directory.
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/McCat/09-vor/Makefile
diff -u llvm/test/Programs/MultiSource/McCat/09-vor/Makefile:1.3 llvm/test/Programs/MultiSource/McCat/09-vor/Makefile:1.4
--- llvm/test/Programs/MultiSource/McCat/09-vor/Makefile:1.3 Fri Aug 15 13:59:19 2003
+++ llvm/test/Programs/MultiSource/McCat/09-vor/Makefile Sat Sep 6 10:13:27 2003
@@ -1,6 +1,9 @@
LEVEL = ../../../../..
+
+include $(LEVEL)/Makefile.config
+
PROG = vor
-STDIN_FILENAME = vor.in3
+STDIN_FILENAME = $(BUILD_SRC_DIR)/vor.in3
LDFLAGS = -lm
include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list