[llvm-commits] CVS: llvm/Makefile.rules
John Criswell
criswell at cs.uiuc.edu
Thu Sep 18 13:38:01 PDT 2003
Changes in directory llvm:
Makefile.rules updated: 1.140 -> 1.141
---
Log message:
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.
---
Diffs of the changes:
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.140 llvm/Makefile.rules:1.141
--- llvm/Makefile.rules:1.140 Mon Sep 15 17:17:02 2003
+++ llvm/Makefile.rules Thu Sep 18 13:37:08 2003
@@ -742,7 +742,7 @@
# which they can be "generated." This allows make to ignore them and
# reproduce the dependency lists.
#
-%.h::
+%.h:: ;
# 'make clean' nukes the tree
clean::
More information about the llvm-commits
mailing list