summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-06-09 07:13:45 +0000
committerTanya Lattner <tonic@nondot.org>2008-06-09 07:13:45 +0000
commit379f6c725a8c3261daf0e972bbe827b4c0538d1f (patch)
tree08bb99acb65fdc21d7b676ba9d0f382086b8384e
parent12fcf50efc20e27f6d66e3506f7915e77e6b379d (diff)
downloadllvm-release/2.3.x.tar.gz
Fix broken makefile.llvmorg-2.3.0release/2.3.x
llvm-svn: 52130
-rw-r--r--llvm/docs/CommandGuide/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile
index a2953512b819..cf77e6a33db0 100644
--- a/llvm/docs/CommandGuide/Makefile
+++ b/llvm/docs/CommandGuide/Makefile
@@ -23,6 +23,12 @@ all:: html man ps
clean:
rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
+
+# To create other directories, as needed, and timestamp their creation
+%/.dir:
+ -mkdir $* > /dev/null
+ date > $@
+
else
# Otherwise, if not in BUILD_FOR_WEBSITE mode, use the project info.