projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0acd65f
)
Make sure additional C++ suffixes are recognized by llvmc.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 24 Nov 2004 00:01:57 +0000
(
00:01
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 24 Nov 2004 00:01:57 +0000
(
00:01
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18191
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvmc/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvmc/Makefile
b/tools/llvmc/Makefile
index 20ef0defef70bd115b09578a01c72f250d5738e0..e2485a19fbc30a680951d3d01b7b80cd24da6cdd 100644
(file)
--- 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