summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-24 00:01:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-24 00:01:57 +0000
commitc9b37eea2e467d9aca99a1154d6633ea75a6bf43 (patch)
tree755c09510be369181e5e80d6757aae40a759592a
parent0acd65f258bb31c327bde921973ea49a92a8c9f7 (diff)
downloadllvm-c9b37eea2e467d9aca99a1154d6633ea75a6bf43.tar.gz
llvm-c9b37eea2e467d9aca99a1154d6633ea75a6bf43.tar.bz2
llvm-c9b37eea2e467d9aca99a1154d6633ea75a6bf43.tar.xz
Make sure additional C++ suffixes are recognized by llvmc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18191 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/llvmc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile
index 20ef0defef..e2485a19fb 100644
--- a/tools/llvmc/Makefile
+++ b/tools/llvmc/Makefile
@@ -13,3 +13,10 @@ CONFIG_FILES = c cpp ll st
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