[llvm-commits] CVS: llvm/test/Makefile

Reid Spencer reid at x10sys.com
Wed Apr 11 19:49:53 PDT 2007



Changes in directory llvm/test:

Makefile updated: 1.95 -> 1.96
---
Log message:

Make the shlibext and llvmlibsdir variables accessible.


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.95 llvm/test/Makefile:1.96
--- llvm/test/Makefile:1.95	Wed Apr 11 15:57:39 2007
+++ llvm/test/Makefile	Wed Apr 11 21:49:30 2007
@@ -67,6 +67,7 @@
 	@echo 'set llvmgcc "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
 	@echo 'set llvmgxx "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
 	@echo 'set llvmgccmajvers "$(LLVMGCC_MAJVERS)"' >> site.tmp
+	@echo 'set shlibext "$(SHLIBEXT)"' >> site.tmp
 	@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
 	@test ! -f site.exp || \
 	sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp






More information about the llvm-commits mailing list