diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-02-24 21:41:26 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-02-24 21:41:26 +0000 |
commit | 837300ad99f7742cc2dfbfb1c264826d842a791d (patch) | |
tree | e5c111d0b47f23129073673d3ac08c3942c911e3 /docs | |
parent | b80621fb7ed6df3792d4aebf3ae378a7155ad82d (diff) | |
download | external_llvm-837300ad99f7742cc2dfbfb1c264826d842a791d.zip external_llvm-837300ad99f7742cc2dfbfb1c264826d842a791d.tar.gz external_llvm-837300ad99f7742cc2dfbfb1c264826d842a791d.tar.bz2 |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index 411bbfe..54f4cef 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) |