summaryrefslogtreecommitdiff
path: root/Makefile.src.in
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-01-13 18:44:38 +0000
committerglx <glx@openttd.org>2007-01-13 18:44:38 +0000
commita6c23ae1ed38c25ce1cacfca025adc196c9071a5 (patch)
treee5afa0e91599a7a2b80675150ffd2851eb438b4f /Makefile.src.in
parent1d876cbadc64f065c3caa56d3bba68884da656e4 (diff)
downloadopenttd-a6c23ae1ed38c25ce1cacfca025adc196c9071a5.tar.xz
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
Diffstat (limited to 'Makefile.src.in')
-rw-r--r--Makefile.src.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.src.in b/Makefile.src.in
index 00fe53cec..06d6f43b7 100644
--- a/Makefile.src.in
+++ b/Makefile.src.in
@@ -194,10 +194,10 @@ endif
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