[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc
Reid Spencer
reid at x10sys.com
Mon Jul 25 13:32:11 PDT 2005
Changes in directory llvm-test/MultiSource:
Makefile.multisrc updated: 1.48 -> 1.49
---
Log message:
Oops .. local change committed by accident.
---
Diffs of the changes: (+1 -1)
Makefile.multisrc | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Makefile.multisrc
diff -u llvm-test/MultiSource/Makefile.multisrc:1.48 llvm-test/MultiSource/Makefile.multisrc:1.49
--- llvm-test/MultiSource/Makefile.multisrc:1.48 Mon Jul 25 15:30:35 2005
+++ llvm-test/MultiSource/Makefile.multisrc Mon Jul 25 15:32:00 2005
@@ -15,7 +15,7 @@
## LLVM bytecode libraries that must be linked with an application
# FIXME: LIBS SHOULD BE SPECIFIED
-LIBS += -lm -ldl
+LIBS += -lm
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list