Create dirs as needed.

llvm-svn: 52131
This commit is contained in:
Tanya Lattner 2008-06-09 07:14:31 +00:00
parent 7f39fb522b
commit d18ce727e1
1 changed files with 6 additions and 0 deletions

View File

@ -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.