From: Johannes Berg Date: Thu, 29 Jan 2009 13:45:41 +0000 (+0100) Subject: change link order - it matters for help output X-Git-Tag: v0.9.10~13^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4f63ce041f680fa49262e49425c577fb98217fe;p=thirdparty%2Fiw.git change link order - it matters for help output --- diff --git a/Makefile b/Makefile index 4c15ebe..4de66e8 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ CC ?= "gcc" CFLAGS ?= -O2 -g CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -OBJS = iw.o info.o phy.o interface.o station.o util.o mpath.o reg.o mesh.o genl.o +OBJS = iw.o genl.o info.o phy.o interface.o station.o util.o mesh.o mpath.o reg.o ALL = iw NL1FOUND := $(shell pkg-config --atleast-version=1 libnl-1 && echo Y)