[llvm-commits] CVS: llvm-test/MultiSource/Applications/Burg/Makefile

Reid Spencer reid at x10sys.com
Sat Jan 15 19:16:32 PST 2005



Changes in directory llvm-test/MultiSource/Applications/Burg:

Makefile updated: 1.12 -> 1.13
---
Log message:

BUILD_* -> PROJ_* for consistency with LLVM Makefile System.


---
Diffs of the changes:  (+2 -2)

Index: llvm-test/MultiSource/Applications/Burg/Makefile
diff -u llvm-test/MultiSource/Applications/Burg/Makefile:1.12 llvm-test/MultiSource/Applications/Burg/Makefile:1.13
--- llvm-test/MultiSource/Applications/Burg/Makefile:1.12	Wed Sep  1 09:33:20 2004
+++ llvm-test/MultiSource/Applications/Burg/Makefile	Sat Jan 15 21:16:09 2005
@@ -8,11 +8,11 @@
 
 ExtraSource := y.tab.c
 
-STDIN_FILENAME = $(BUILD_SRC_DIR)/sample.gr
+STDIN_FILENAME = $(PROJ_SRC_DIR)/sample.gr
 
 include $(LLVM_OBJ_ROOT)/Makefile.config
 
-Source  := $(ExtraSource) $(wildcard $(BUILD_SRC_DIR)/*.c)
+Source  := $(ExtraSource) $(wildcard $(PROJ_SRC_DIR)/*.c)
 
 include	../../Makefile.multisrc
 






More information about the llvm-commits mailing list