[llvm-commits] CVS: llvm-java/test/Programs/SingleSource/UnitTests/Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Mon Jan 17 09:34:45 PST 2005



Changes in directory llvm-java/test/Programs/SingleSource/UnitTests:

Makefile updated: 1.33 -> 1.34
---
Log message:

Change BUILD_SRC_ROOT to PROJ_SRC_ROOT as per recent makefile
improvements.


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

Index: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
diff -u llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.33 llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.34
--- llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.33	Thu Dec 16 16:52:02 2004
+++ llvm-java/test/Programs/SingleSource/UnitTests/Makefile	Mon Jan 17 11:34:34 2005
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL := ../../../..
 
-CPPFLAGS+=-I$(BUILD_SRC_ROOT)/include/llvm/Java
+CPPFLAGS+=-I$(PROJ_SRC_ROOT)/include/llvm/Java
 BYTECODE_LIBRARY=1
 SHARED_LIBRARY=1
 LIBRARYNAME=test






More information about the llvm-commits mailing list