[Olsr-cvs] olsrd-current/src/olsr_switch Makefile,1.11,1.12

Bernd Petrovitsch (spam-protected)
Wed Sep 12 01:30:43 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/src/olsr_switch
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16410/src/olsr_switch

Modified Files:
	Makefile 
Log Message:
* just for consistency and simplicity also link against OS_LIB_PTHREAD

Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/olsr_switch/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile	28 Jul 2007 19:33:48 -0000	1.11
--- Makefile	11 Sep 2007 23:30:41 -0000	1.12
***************
*** 10,14 ****
  
  default_target:	$(OBJS)
! 	$(CC) $(LDFLAGS) -o $(TOPDIR)/$(BINNAME) $(OBJS) $(LIBS)
  
  clean:
--- 10,14 ----
  
  default_target:	$(OBJS)
! 	$(CC) $(LDFLAGS) -o $(TOPDIR)/$(BINNAME) $(OBJS) $(LIBS) $(OS_LIB_PTHREAD)
  
  clean:





More information about the Olsr-cvs mailing list