(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
authorglx
Sat, 13 Jan 2007 18:44:38 +0000
changeset 5901 e2e5001f4390
parent 5900 4253cc8b2962
child 5902 906fea1535ab
(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