From: Johannes Berg Date: Tue, 27 Jan 2009 21:09:57 +0000 (+0100) Subject: make all objects depend on nl80211.h X-Git-Tag: v0.9.10~14^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a00a481861948e5d01e18181388d63067c981dd;p=thirdparty%2Fiw.git make all objects depend on nl80211.h --- diff --git a/Makefile b/Makefile index 2c629fe..4c15ebe 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ version.h: version.sh @$(NQ) ' GEN version.h' $(Q)./version.sh -%.o: %.c iw.h version.h +%.o: %.c iw.h version.h nl80211.h @$(NQ) ' CC ' $@ $(Q)$(CC) $(CFLAGS) -c -o $@ $<