]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
change link order - it matters for help output
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 29 Jan 2009 13:45:41 +0000 (14:45 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 29 Jan 2009 13:45:41 +0000 (14:45 +0100)
Makefile

index 4c15ebe284a258e5cb52d687769e9daccc1db2b7..4de66e8945f56d084f5b8a0b178fe2150cae2a0f 100644 (file)
--- 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)