diff options
Diffstat (limited to 'tools/llvmc/Makefile')
-rw-r--r-- | tools/llvmc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 79292ba..8bd77fd 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -29,7 +29,5 @@ include $(LEVEL)/Makefile.common install:: $(Echo) Installing additional C++ configuration clones - $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/cc $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/c++ $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/cxx - $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/C |