(svn r12415) [NoAI] -Fix: ignore .hpp.sq to avoid problems with deps noai
authorglx
Tue, 25 Mar 2008 14:07:01 +0000
branchnoai
changeset 9818 024b90a58a20
parent 9817 9a3ad56463aa
child 9819 fe876b1e5138
(svn r12415) [NoAI] -Fix: ignore .hpp.sq to avoid problems with deps
Makefile.src.in
--- a/Makefile.src.in	Tue Mar 25 12:29:07 2008 +0000
+++ b/Makefile.src.in	Tue Mar 25 14:07:01 2008 +0000
@@ -228,10 +228,10 @@
 
 endif
 
-# Avoid problems with deps if a .h/.hpp file is deleted without the deps
+# Avoid problems with deps if a .h/.hpp/.hpp.sq file is deleted without the deps
 #  being updated. Now the Makefile continues, the deps are recreated
 #  and all will be fine.
-%.h %.hpp:
+%.h %.hpp %.hpp.sq:
 	@true