(svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps

This commit is contained in:
glx 2007-01-13 18:44:38 +00:00
parent 5f00d57513
commit 1f0206f62d
1 changed files with 2 additions and 2 deletions

View File

@ -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