From: Johannes Berg Date: Thu, 3 Apr 2008 13:20:24 +0000 (+0200) Subject: remove trying to invoke cgcc if available, doesn't seem to work X-Git-Tag: v0.9~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ed8fd8f61d44eb1261f1aeb04361190c18074e8;p=thirdparty%2Fiw.git remove trying to invoke cgcc if available, doesn't seem to work --- diff --git a/Makefile b/Makefile index 73a6b83..4acb0b7 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,6 @@ LDFLAGS += -lnl OBJS = iw.o interface.o info.o station.o util.o mpath.o ALL = iw -ifneq ($(shell which cgcc),"") -DEF := check -else -DEF := all -endif ifeq ($(V),1) Q= @@ -24,8 +19,6 @@ Q=@ NQ=echo endif -default: $(DEF) - all: verify_config $(ALL) %.o: %.c