[llvm-commits] CVS: llvm/tools/llvmc/Makefile
Reid Spencer
reid at x10sys.com
Thu Feb 24 13:43:54 PST 2005
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.13 -> 1.14
---
Log message:
Use DataInstall macro instead of INSTALL.
---
Diffs of the changes: (+4 -4)
Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.13 llvm/tools/llvmc/Makefile:1.14
--- llvm/tools/llvmc/Makefile:1.13 Sun Jan 16 18:42:31 2005
+++ llvm/tools/llvmc/Makefile Thu Feb 24 15:43:43 2005
@@ -16,7 +16,7 @@
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
More information about the llvm-commits
mailing list