[llvm-commits] CVS: llvm/Makefile.common
Chris Lattner
lattner at cs.uiuc.edu
Sat Aug 23 10:57:13 PDT 2003
Changes in directory llvm:
Makefile.common updated: 1.127 -> 1.128
---
Log message:
Fix typeo
---
Diffs of the changes:
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.127 llvm/Makefile.common:1.128
--- llvm/Makefile.common:1.127 Fri Aug 22 09:10:16 2003
+++ llvm/Makefile.common Sat Aug 23 10:56:38 2003
@@ -361,7 +361,7 @@
# Compile commands with libtool.
#
Compile := $(LIBTOOL) --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(CompileCommonOpts)
-CompileC := $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CCFLAGS) $(CompileCommonOpts)
+CompileC := $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(CompileCommonOpts)
# Compile a cpp file, don't link...
CompileG := $(Compile) -g -D_DEBUG
More information about the llvm-commits
mailing list