diff -ruN wireless_tools.28.orig/Makefile wireless_tools.28/Makefile --- wireless_tools.28.orig/Makefile 2005-09-03 06:26:05 +0900 +++ wireless_tools.28/Makefile 2006-03-19 12:52:56 +0800 @@ -135,7 +135,7 @@ # Compilation of the dynamic library $(DYNAMIC): $(OBJS:.o=.so) - $(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^ + $(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $^ $(LIBS) -lc # Compilation of the static library $(STATIC): $(OBJS:.o=.so)