[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/hbd/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Mar 8 10:47:07 PST 2004
Changes in directory llvm/test/Programs/MultiSource/Applications/hbd:
Makefile updated: 1.1 -> 1.2
---
Log message:
Specify full pathname of the input file.
---
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 llvm/test/Programs/MultiSource/Applications/hbd/Makefile:1.2
--- llvm/test/Programs/MultiSource/Applications/hbd/Makefile:1.1 Fri Feb 27 12:06:47 2004
+++ llvm/test/Programs/MultiSource/Applications/hbd/Makefile Mon Mar 8 10:46:22 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