[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

Reid Spencer reid at x10sys.com
Mon Jul 25 13:30:46 PDT 2005



Changes in directory llvm-test/MultiSource:

Makefile.multisrc updated: 1.47 -> 1.48
---
Log message:

Make the configure script work on Solaris too, by removing bash specific
shell syntax (from LLVM's find_std_program.m4 script).


---
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.47 llvm-test/MultiSource/Makefile.multisrc:1.48
--- llvm-test/MultiSource/Makefile.multisrc:1.47	Sun May 15 14:47:13 2005
+++ llvm-test/MultiSource/Makefile.multisrc	Mon Jul 25 15:30:35 2005
@@ -15,7 +15,7 @@
 
 ## LLVM bytecode libraries that must be linked with an application
 # FIXME: LIBS SHOULD BE SPECIFIED
-LIBS += -lm
+LIBS += -lm -ldl
 
 include $(LEVEL)/Makefile.programs
 






More information about the llvm-commits mailing list