From: Reid Spencer Date: Thu, 24 Feb 2005 21:41:26 +0000 (+0000) Subject: Remove a -C I forgot to remove earlier. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=837300ad99f7742cc2dfbfb1c264826d842a791d;p=oota-llvm.git Remove a -C I forgot to remove earlier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20321 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index 411bbfe53ca..54f4cef1e13 100644 --- a/docs/CommandGuide/Makefile +++ b/docs/CommandGuide/Makefile @@ -82,7 +82,7 @@ install-local:: $(HTML) $(MAN) $(PS) $(Verb) $(MKDIR) $(HTML_DIR) $(Verb) $(DataInstall) $(HTML) $(HTML_DIR) $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/index.html $(HTML_DIR) - $(Verb) $(DataInstall) -C $(PROJ_SRC_DIR)/manpage.css $(HTML_DIR) + $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/manpage.css $(HTML_DIR) $(Echo) Installing MAN CommandGuide Documentation $(Verb) $(MKDIR) $(MAN_DIR) $(Verb) $(DataInstall) $(MAN) $(MAN_DIR)