[llvm-commits] [parallel] CVS: llvm/test/Programs/MultiSource/Applications/hbd/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Mar 10 19:10:27 PST 2004
Changes in directory llvm/test/Programs/MultiSource/Applications/hbd:
Makefile updated: 1.1.2.1 -> 1.1.2.2
---
Log message:
Merge from trunk.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/MultiSource/Applications/hbd/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/hbd/Makefile:1.1.2.1 llvm/test/Programs/MultiSource/Applications/hbd/Makefile:1.1.2.2
--- llvm/test/Programs/MultiSource/Applications/hbd/Makefile:1.1.2.1 Mon Mar 1 17:59:10 2004
+++ llvm/test/Programs/MultiSource/Applications/hbd/Makefile Wed Mar 10 19:09:31 2004
@@ -3,6 +3,6 @@
CPPFLAGS += -DHAVE_CONFIG_H
LDFLAGS += -lstdc++
LIBS += -lstdc++
-RUN_OPTIONS = Sort.class
+RUN_OPTIONS = $(BUILD_SRC_DIR)/Sort.class
REQUIRES_EH_SUPPORT := 1
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list