]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
remove trying to invoke cgcc if available, doesn't seem to work
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 3 Apr 2008 13:20:24 +0000 (15:20 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 3 Apr 2008 13:20:24 +0000 (15:20 +0200)
Makefile

index 73a6b83a9d8f5ee75578941fb0d45089fb513012..4acb0b7aff8763952871afdc8c394e3e19ce9d83 100644 (file)
--- 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