forked from OSchip/llvm-project
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:
parent
7af0df0015
commit
a8391af2c4
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue