From: Reid Spencer Date: Mon, 17 Jan 2005 00:42:31 +0000 (+0000) Subject: sysconfdir -> PROJ_etcdir X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e3e0fb19e9bafd1327cfadbbd3f09502dc56b050;p=oota-llvm.git sysconfdir -> PROJ_etcdir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19623 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 729ebdbbc2b..78e2e1e898f 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 $(sysconfdir)/cc - $(Verb)$(INSTALL) $(PROJ_OBJ_DIR)/cpp $(sysconfdir)/c++ - $(Verb)$(INSTALL) $(PROJ_OBJ_DIR)/cpp $(sysconfdir)/cxx - $(Verb)$(INSTALL) $(PROJ_OBJ_DIR)/cpp $(sysconfdir)/C + $(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