mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-27 16:39:09 +00:00
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
This commit is contained in:
@@ -194,10 +194,10 @@ endif
|
|||||||
|
|
||||||
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
|
# being updated. Now the Makefile continues, the deps are recreated
|
||||||
# and all will be fine.
|
# and all will be fine.
|
||||||
%.h:
|
%.h %.hpp:
|
||||||
@true
|
@true
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user