[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile
John Criswell
criswell at cs.uiuc.edu
Sat Sep 6 10:16:00 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/McCat/04-bisect:
Makefile updated: 1.4 -> 1.5
---
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/04-bisect/Makefile
diff -u llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile:1.4 llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile:1.5
--- llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile:1.4 Fri Aug 15 13:59:15 2003
+++ llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile Sat Sep 6 10:13:23 2003
@@ -2,7 +2,10 @@
PROG = bisect
LDFLAGS = -lm
#RUN_OPTIONS +=
-STDIN_FILENAME = bisect_test.in
+
+include $(LEVEL)/Makefile.config
+
+STDIN_FILENAME = $(BUILD_SRC_DIR)/bisect_test.in
# This program is adversely effected by the underlying precision of the machine
PROGRAM_IS_NONDETERMINISTIC = 1
More information about the llvm-commits
mailing list