summaryrefslogtreecommitdiff
path: root/tools/llvmc/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-02-24 21:43:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-02-24 21:43:43 +0000
commit38b57885441f0db3574d2890550f956cf4fc025b (patch)
treebdf6655b38d437e5f5c1b62ff96db23198ca3faa /tools/llvmc/Makefile
parent837300ad99f7742cc2dfbfb1c264826d842a791d (diff)
downloadllvm-38b57885441f0db3574d2890550f956cf4fc025b.tar.gz
llvm-38b57885441f0db3574d2890550f956cf4fc025b.tar.bz2
llvm-38b57885441f0db3574d2890550f956cf4fc025b.tar.xz
Use DataInstall macro instead of INSTALL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/Makefile')
-rw-r--r--tools/llvmc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile
index 78e2e1e898..29ec6d9326 100644
--- a/tools/llvmc/Makefile
+++ b/tools/llvmc/Makefile
@@ -16,7 +16,7 @@ include $(LEVEL)/Makefile.common
install::
$(Echo) Installing additional C++ configuration clones
- $(Verb)$(INSTALL) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/cc
- $(Verb)$(INSTALL) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/c++
- $(Verb)$(INSTALL) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/cxx
- $(Verb)$(INSTALL) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/C
+ $(Verb)$(DataInstall) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/cc
+ $(Verb)$(DataInstall) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/c++
+ $(Verb)$(DataInstall) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/cxx
+ $(Verb)$(DataInstall) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/C