commit: r658 - trunk/daemon
[email protected] Sun, 19 Jan 2014 12:04:45 -0500
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jonathan Date: 2014-01-19 12:04:44 -0500 (Sun, 19 Jan 2014) New Revision: 658 Modified: trunk/daemon/Makefile.in Log: Move standard libraries later in linking path to avoid errors on some platforms for sptmonitor Modified: trunk/daemon/Makefile.in =================================================================== --- trunk/daemon/Makefile.in 2014-01-17 19:37:20 UTC (rev 657) +++ trunk/daemon/Makefile.in 2014-01-19 17:04:44 UTC (rev 658) @@ -87,7 +87,7 @@ $(LD) -o $@ $(LDFLAGS) $(MONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a $(LIBS) sptmonitor$(EXEEXT): $(TMONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a - $(LD) $(THLDFLAGS) -o $@ $(TMONITOR_OBJS) $(THLIBS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a + $(LD) $(THLDFLAGS) -o $@ $(TMONITOR_OBJS) $(LIBSPREADUTIL_DIR)/lib/libspread-util.a $(THLIBS) testprog: spsend$(EXEEXT) sprecv$(EXEEXT)