Make.rules: Move the all: target before the implicit rules to avoid confusing FreeBSD make.
diff --git a/Make.rules.in b/Make.rules.in
index 84842d4..76a4d42 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -125,6 +125,15 @@
RCOBJS = $(RC_SRCS:.rc=.res.o)
LINTS = $(C_SRCS:.c=.ln)
+# 'all' target first in case the enclosing Makefile didn't define any target
+
+all:
+
+filter: dummy
+ @$(TOPSRCDIR)/tools/winapi/make_filter --make $(MAKE) all
+
+.PHONY: all filter
+
# Implicit rules
.SUFFIXES: .mc .rc .mc.rc .res .res.o .spec .spec.o .idl .tlb .h .y .l .tab.c .tab.h .yy.c .ok .man.in .man _c.c _i.c _p.c _s.c @MAINTAINER_MODE@ .sfd .ttf .svg .ico
@@ -193,15 +202,6 @@
$(ICOTOOL) -c -o $@ $*-16.png $*-32.png $*-48.png
$(RM) $*-16.png $*-32.png $*-48.png
-# 'all' target first in case the enclosing Makefile didn't define any target
-
-all:
-
-filter: dummy
- @$(TOPSRCDIR)/tools/winapi/make_filter --make $(MAKE) all
-
-.PHONY: all filter
-
# Rules for IDL files
dlldata.c: $(WIDL) Makefile.in