[llvm-commits] CVS: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Thu Dec 16 14:52:12 PST 2004
Changes in directory llvm-java/test/Programs/SingleSource/UnitTests:
Makefile updated: 1.32 -> 1.33
---
Log message:
Make sure Test.h gets build first.
---
Diffs of the changes: (+1 -3)
Index: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
diff -u llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.32 llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.33
--- llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.32 Mon Dec 13 20:59:34 2004
+++ llvm-java/test/Programs/SingleSource/UnitTests/Makefile Thu Dec 16 16:52:02 2004
@@ -12,6 +12,7 @@
BYTECODE_LIBRARY=1
SHARED_LIBRARY=1
LIBRARYNAME=test
+BUILT_SOURCES = Test.h
include $(LEVEL)/Makefile.common
@@ -21,8 +22,6 @@
include ../Makefile.singlesrc
-$(EXTRA_OBJS): Test.h
-
Test.h: Output/Test.class
$(Verb)$(Echo) Creating JNI header for class $(basename $(notdir $<))
$(Verb)$(RM) -f $@
@@ -30,4 +29,3 @@
clean::
$(Verb)rm -f Test.h
-
More information about the llvm-commits
mailing list