[Olsr-cvs] olsrd-current Makefile,1.97,1.98
Bernd Petrovitsch
(spam-protected)
Sun Sep 16 23:50:19 CEST 2007
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23520
Modified Files:
Makefile
Log Message:
* include all .o files on the commandline
Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** Makefile 16 Sep 2007 21:20:06 -0000 1.97
--- Makefile 16 Sep 2007 21:50:17 -0000 1.98
***************
*** 61,65 ****
$(EXENAME): $(OBJS) $(CFGOBJS) src/builddata.o
! $(CC) $(LDFLAGS) -o $@ $(OBJS) $(CFGOBJS) $(LIBS)
cfgparser: $(CFGDEPS)
--- 61,65 ----
$(EXENAME): $(OBJS) $(CFGOBJS) src/builddata.o
! $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
cfgparser: $(CFGDEPS)
More information about the Olsr-cvs
mailing list