mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps
This commit is contained in:
parent
1d876cbadc
commit
a6c23ae1ed
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user