Skip to content

Commit 379f6c7

Browse files
committed
Fix broken makefile.
llvm-svn: 52130
1 parent 12fcf50 commit 379f6c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/CommandGuide/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ all:: html man ps
2323

2424
clean:
2525
rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
26+
27+
# To create other directories, as needed, and timestamp their creation
28+
%/.dir:
29+
-mkdir $* > /dev/null
30+
date > $@
31+
2632
else
2733

2834
# Otherwise, if not in BUILD_FOR_WEBSITE mode, use the project info.

0 commit comments

Comments
 (0)