commit | d43eb2d0e2a4af177cf5d18f6c65b33c677313ef | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Sat Jan 08 22:23:43 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 08 22:23:43 2000 +0000 |
tree | 017b41f20b2718f466037930889c4518b4457d98 | |
parent | 6e8fe72edf74f34256660f6b3a0a407dd132bb4a [diff] |
Look for our header files first, then for systems headers.
diff --git a/Make.rules.in b/Make.rules.in index a90115a..ce878a8 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -33,7 +33,7 @@ RANLIB = @RANLIB@ LN_S = @LN_S@ DIVINCL = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include -ALLCFLAGS = $(CFLAGS) $(DEFS) $(OPTIONS) $(DIVINCL) $(X_CFLAGS) +ALLCFLAGS = $(DIVINCL) $(CFLAGS) $(DEFS) $(OPTIONS) $(X_CFLAGS) LDCOMBINE = ld -r LDSHARED = @LDSHARED@ AR = ar rc