# HG changeset patch # User glx # Date 2007-01-13 18:44:38 # Node ID 7daa82ea3f490169aa40c31e08ba16a3916ed9d4 # Parent b17ccebc867cc5f65d754a0d533be8dc5df9f99f (svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps diff --git a/Makefile.src.in b/Makefile.src.in --- 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