Makefile.src.in
changeset 5901 e2e5001f4390
parent 5861 11c77d9df7fb
child 6192 c6adfc929c6b
--- 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