[llvm-commits] CVS: llvm-test/MultiSource/Applications/Burg/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Applications/Burg:
Makefile updated: 1.11 -> 1.12
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+3 -3)
Index: llvm-test/MultiSource/Applications/Burg/Makefile
diff -u llvm-test/MultiSource/Applications/Burg/Makefile:1.11 llvm-test/MultiSource/Applications/Burg/Makefile:1.12
--- llvm-test/MultiSource/Applications/Burg/Makefile:1.11 Mon Jan 12 10:17:16 2004
+++ llvm-test/MultiSource/Applications/Burg/Makefile Wed Sep 1 09:33:20 2004
@@ -1,6 +1,6 @@
-LEVEL = ../../../../..
+LEVEL = ../../..
-include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.common
PROG = burg
CPPFLAGS = -DDEBUG
@@ -10,7 +10,7 @@
STDIN_FILENAME = $(BUILD_SRC_DIR)/sample.gr
-include $(LEVEL)/Makefile.config
+include $(LLVM_OBJ_ROOT)/Makefile.config
Source := $(ExtraSource) $(wildcard $(BUILD_SRC_DIR)/*.c)
More information about the llvm-commits
mailing list