Use DataInstall macro instead of INSTALL.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 21:43:43 +0000 (21:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 21:43:43 +0000 (21:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20322 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/Makefile

index 78e2e1e898fba074b1d71a185cdeab5e038f4721..29ec6d9326a83e485dc86cb4e4251240f758ae33 100644 (file)
@@ -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