]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
make all objects depend on nl80211.h
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 27 Jan 2009 21:09:57 +0000 (22:09 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 27 Jan 2009 21:09:57 +0000 (22:09 +0100)
Makefile

index 2c629fec5974dc09580cc112c86d77945ddfea73..4c15ebe284a258e5cb52d687769e9daccc1db2b7 100644 (file)
--- 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 $@ $<