summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2003-05-02 01:44:59 +0000
committerPaul Smith <psmith@gnu.org>2003-05-02 01:44:59 +0000
commit569d43ad102ea3ccd02a46128dbbc8020bf3bf05 (patch)
tree5cf133d3615d2674df02234f6d5708d22175a67d /default.c
parent502c607256d1e3633049ca545d060d0edc4daf73 (diff)
downloadmake-569d43ad102ea3ccd02a46128dbbc8020bf3bf05.tar.gz
- 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.
Diffstat (limited to 'default.c')
-rw-r--r--default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.c b/default.c
index d262a309..b07f1527 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). */