From a6c23ae1ed38c25ce1cacfca025adc196c9071a5 Mon Sep 17 00:00:00 2001 From: glx Date: Sat, 13 Jan 2007 18:44:38 +0000 Subject: (svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps --- Makefile.src.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.src.in') 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 -- cgit v1.2.3-54-g00ecf