changeset 5650:fcb1e4785a04 draft

(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
author glx <glx@openttd.org>
date Sat, 13 Jan 2007 18:44:38 +0000
parents 3d753baf37ce
children 28d6c9f90f62
files Makefile.src.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.src.in
+++ b/Makefile.src.in
@@ -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