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. --- default.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.c') diff --git a/default.c b/default.c index d262a30..b07f152 100644 --- a/default.c +++ b/default.c @@ -18,12 +18,12 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "make.h" +#include "filedef.h" +#include "variable.h" #include "rule.h" #include "dep.h" -#include "filedef.h" #include "job.h" #include "commands.h" -#include "variable.h" /* Define GCC_IS_NATIVE if gcc is the native development environment on your system (gcc/bison/flex vs cc/yacc/lex). */ -- cgit v1.2.3