[llvm-commits] CVS: llvm/tools/llvmc/Makefile
Reid Spencer
reid at x10sys.com
Tue Nov 23 16:02:08 PST 2004
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.9 -> 1.10
---
Log message:
Make sure additional C++ suffixes are recognized by llvmc.
---
Diffs of the changes: (+7 -0)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.9 llvm/tools/llvmc/Makefile:1.10
--- llvm/tools/llvmc/Makefile:1.9 Tue Nov 23 17:38:46 2004
+++ llvm/tools/llvmc/Makefile Tue Nov 23 18:01:57 2004
@@ -13,3 +13,10 @@
EXTRA_DIST = c cpp ll st
include $(LEVEL)/Makefile.common
+
+install::
+ @$(ECHO) Installing additional C++ configuration clones
+ $(Verb)$(INSTALL) $(BUILD_OBJ_DIR)/cpp $(sysconfdir)/cc
+ $(Verb)$(INSTALL) $(BUILD_OBJ_DIR)/cpp $(sysconfdir)/c++
+ $(Verb)$(INSTALL) $(BUILD_OBJ_DIR)/cpp $(sysconfdir)/cxx
+ $(Verb)$(INSTALL) $(BUILD_OBJ_DIR)/cpp $(sysconfdir)/C
More information about the llvm-commits
mailing list