From e3e0fb19e9bafd1327cfadbbd3f09502dc56b050 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 17 Jan 2005 00:42:31 +0000 Subject: [PATCH] sysconfdir -> PROJ_etcdir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19623 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.34.1