|
From: Bob T. <bt...@us...> - 2003-09-30 04:51:24
|
Update of /cvsroot/benson/benson3/src/network In directory sc8-pr-cvs1:/tmp/cvs-serv30425/src/network Modified Files: Makefile.in Log Message: Small change to help it work on solaris. Index: Makefile.in =================================================================== RCS file: /cvsroot/benson/benson3/src/network/Makefile.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile.in 30 Sep 2003 03:55:19 -0000 1.7 --- Makefile.in 30 Sep 2003 04:51:20 -0000 1.8 *************** *** 17,21 **** .c.o: ! $(CC) $(CFLAGS) $(CPPFLAGS) -c $< all: libnetwork.a libnetclient.so --- 17,21 ---- .c.o: ! $(CC) -fPIC $(CFLAGS) $(CPPFLAGS) -c $< all: libnetwork.a libnetclient.so |