[Olsr-cvs] olsrd-current/src/olsr_switch Makefile,1.13,1.14
Bernd Petrovitsch
(spam-protected)
Thu Dec 6 21:22:39 CET 2007
Update of /cvsroot/olsrd/olsrd-current/src/olsr_switch
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv447/src/olsr_switch
Modified Files:
Makefile
Log Message:
adding $(OS_LIB_PTHREAD) once in Makefile.inc is enough
Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/olsr_switch/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Makefile 16 Nov 2007 22:56:54 -0000 1.13
--- Makefile 6 Dec 2007 20:22:37 -0000 1.14
***************
*** 10,14 ****
default_target: $(OBJS)
! $(CC) $(LDFLAGS) -o $(TOPDIR)/$(BINNAME) $(OBJS) $(LIBS) $(OS_LIB_PTHREAD)
ohs_cmd.o: CFLAGS += -Wno-cast-qual
--- 10,14 ----
default_target: $(OBJS)
! $(CC) $(LDFLAGS) -o $(TOPDIR)/$(BINNAME) $(OBJS) $(LIBS)
ohs_cmd.o: CFLAGS += -Wno-cast-qual
More information about the Olsr-cvs
mailing list