From: Johannes Berg Date: Tue, 16 Sep 2008 13:39:19 +0000 (+0200) Subject: fix makefile X-Git-Tag: v0.9~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9b8f0e635184b9dd28016593304b61f59b24899;p=thirdparty%2Fiw.git fix makefile --- diff --git a/Makefile b/Makefile index 0c0bfbe..2ffffd9 100644 --- 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 $@ $<