(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
authorglx
Sat, 13 Jan 2007 18:44:38 +0000
changeset 5650 abe82ec83232
parent 5649 d46898bc6586
child 5651 79496e6d8a56
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
Makefile.src.in
--- a/Makefile.src.in	Sat Jan 13 18:32:50 2007 +0000
+++ b/Makefile.src.in	Sat Jan 13 18:44:38 2007 +0000
@@ -194,10 +194,10 @@
 
 endif
 
-# Avoid problems with deps if a .h file is deleted without the deps
+# Avoid problems with deps if a .h/.hpp file is deleted without the deps
 #  being updated. Now the Makefile continues, the deps are recreated
 #  and all will be fine.
-%.h:
+%.h %.hpp:
 	@true