From 4b6e5d11987914c4021dbfed37d6bf2026b78cd8 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 18 Sep 2003 18:37:08 +0000 Subject: [PATCH] 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.34.1