]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
fix makefile
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 16 Sep 2008 13:39:19 +0000 (15:39 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 16 Sep 2008 13:39:19 +0000 (15:39 +0200)
Makefile

index 0c0bfbeaffcb56921e02fdf73d6a33e2f8cdf38c..2ffffd95fc5ad6d99df0182f8ffd9be6ea31f89b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ endif
 
 all: verify_config $(ALL)
 
-%.o: %.c
+%.o: %.c iw.h
        @$(NQ) ' CC  ' $@
        $(Q)$(CC) $(CFLAGS) -c -o $@ $<