From: John Criswell Date: Thu, 18 Sep 2003 18:37:08 +0000 (+0000) Subject: Changed the empty rule for .h files. The rule needs an empty command so that X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4b6e5d11987914c4021dbfed37d6bf2026b78cd8;p=oota-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8600 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index a76a6656041..0787891f7a4 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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::