[llvm-commits] CVS: llvm/Makefile.rules

Reid Spencer reid at x10sys.com
Fri Jan 28 11:52:43 PST 2005



Changes in directory llvm:

Makefile.rules updated: 1.291 -> 1.292
---
Log message:

Fix some typos in the Makefile.rules.
Patch contributed by Vladimer Merzliakov.


---
Diffs of the changes:  (+3 -3)

 Makefile.rules |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.291 llvm/Makefile.rules:1.292
--- llvm/Makefile.rules:1.291	Sat Jan 15 20:20:54 2005
+++ llvm/Makefile.rules	Fri Jan 28 13:52:32 2005
@@ -329,7 +329,7 @@
 
 CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused
 
-LD.Flags  += -L$(LibDir) -L$(LLVMLibDir)
+LD.Flags  += -L$(LibDir) -L$(LLVMLibDir) $(LIBS)
 CPP.Flags += -I$(PROJ_OBJ_DIR) -I$(PROJ_SRC_DIR) \
 	     -I$(PROJ_OBJ_ROOT)/include \
 	     -I$(PROJ_SRC_ROOT)/include \
@@ -550,7 +550,7 @@
 LinkModule := $(LLVMGCCWITHPATH) -shared -nostdlib
 
 ifdef EXPORTED_SYMBOL_FILE
-LinkMOdule += -Xlinker -internalize-public-api-file=$(EXPORTED_SYMBOL_FILE)
+LinkModule += -Xlinker -internalize-public-api-file=$(EXPORTED_SYMBOL_FILE)
 endif
 
 $(Module): $(BUILT_SOURCES) $(ObjectsBC) $(LibDir)/.dir $(GCCLD)
@@ -1280,7 +1280,7 @@
 dist :: $(DistTarGZip) $(DistTarBZ2) $(DistZip) 
 	$(Echo) ===== DISTRIBUTION PACKAGING SUCESSFUL =====
 
-DistCheckDir := $(LLVM_OBJ_ROOT)/_distcheckdir
+DistCheckDir := $(PROJ_OBJ_ROOT)/_distcheckdir
 
 dist-check:: $(DistTarGZip)
 	$(Echo) Checking distribution tar file.






More information about the llvm-commits mailing list