Changed the empty rule for .h files. The rule needs an empty command so that

Make actually uses it to "regenerate" header files that have been
moved/removed.

llvm-svn: 8600
This commit is contained in:
John Criswell 2003-09-18 18:37:08 +00:00
parent 7af0df0015
commit a8391af2c4
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ endif
# which they can be "generated." This allows make to ignore them and
# reproduce the dependency lists.
#
%.h::
%.h:: ;
# 'make clean' nukes the tree
clean::