diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2005-02-24 21:43:43 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2005-02-24 21:43:43 +0000 |
| commit | e447fce542a176081572296abf57049b6af7ad58 (patch) | |
| tree | ca2b055154743ad2474b3741126d1deb2945d431 | |
| parent | 895e00b418ec6ebdb629c5d36f7cc9daca626d60 (diff) | |
| download | bcm5719-llvm-e447fce542a176081572296abf57049b6af7ad58.tar.gz bcm5719-llvm-e447fce542a176081572296abf57049b6af7ad58.zip | |
Use DataInstall macro instead of INSTALL.
llvm-svn: 20322
| -rw-r--r-- | llvm/tools/llvmc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/tools/llvmc/Makefile b/llvm/tools/llvmc/Makefile index 78e2e1e898f..29ec6d9326a 100644 --- a/llvm/tools/llvmc/Makefile +++ b/llvm/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 |

