Skip to content
Snippets Groups Projects
Commit 379f6c72 authored by Tanya Lattner's avatar Tanya Lattner
Browse files

Fix broken makefile.

llvm-svn: 52130
parent 12fcf50e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment