1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Create dirs as needed.

llvm-svn: 52131
This commit is contained in:
Tanya Lattner 2008-06-09 07:14:31 +00:00
parent 7916e005f6
commit 6319e64984

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.