openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : wireless-tools Makefile,1.2,1.3


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : wireless-tools Makefile,1.2,1.3
Date: Mon, 15 Jul 2002 16:35:14 -0400

Update of /cvsroot/openap/wireless-tools
In directory subversions:/tmp/cvs-serv23589

Modified Files:
        Makefile 
Log Message:
 Now that we have library reduction we can include a sm
 all shared libm


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/wireless-tools/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile    8 May 2002 04:55:59 -0000       1.2
+++ Makefile    15 Jul 2002 20:35:12 -0000      1.3
@@ -49,11 +49,8 @@
 .c.o:
        $(CC) $(CFLAGS) -c $<
 
-LIBM=/usr/i386-linux-uclibc/lib/libm.a
-
 iwconfig: iwconfig.o iwcommon.o
-       $(CC) -nostdlib --static -Wl,-i $(CFLAGS) -o iwconfig_temp.o $^ $(LIBM)
-       $(CC) $(CFLAGS) -o $@ iwconfig_temp.o
+       $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
 
 iwlist: iwlist.o iwcommon.o
        $(CC) $(CFLAGS) -o $@ $^ $(LIBS)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]