From 1a5beef51f5c32081116e502c1c90a3e32813020 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 2 May 2003 01:44:59 +0000 Subject: - Fix bug #1405: allow multiple pattern-specific variables to match a target. - Fix some uncleanliness about the implementation of patterns-specific vars. - Some enhancements to the OS/2 port. --- implicit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'implicit.c') diff --git a/implicit.c b/implicit.c index 0908cbd..944d57a 100644 --- a/implicit.c +++ b/implicit.c @@ -18,9 +18,9 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "make.h" +#include "filedef.h" #include "rule.h" #include "dep.h" -#include "filedef.h" #include "debug.h" static int pattern_search PARAMS ((struct file *file, int archive, unsigned int depth, -- cgit v1.2.3