Makefile.src.in
changeset 5650 abe82ec83232
parent 5610 68b36ebb3469
child 5941 adaea39e84ab
--- 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