sysconfdir -> PROJ_etcdir
authorReid Spencer <rspencer@reidspencer.com>
Mon, 17 Jan 2005 00:42:31 +0000 (00:42 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 17 Jan 2005 00:42:31 +0000 (00:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19623 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/Makefile

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