From 1347f95d83b908cd4e61904154feed6ae9ab7389 Mon Sep 17 00:00:00 2001 From: wens Date: Sat, 28 Jun 2008 15:50:14 +0000 Subject: Reorder libraries. Use time() in fhdr_stamp.c git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4384 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/Makefile b/util/Makefile index 3e9a45c5..b9bb8eb3 100644 --- a/util/Makefile +++ b/util/Makefile @@ -44,9 +44,9 @@ PROGS= ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${CPP_WITH_UTIL}\ dailybackup.pl tarqueue.pl waterball.pl filtermail.pl \ getbackup.pl udnnews.pl rebuildaloha.pl -LDLIBS+=$(SRCROOT)/common/osdep/libosdep.a \ +LDLIBS+=$(SRCROOT)/common/bbs/libcmbbs.a \ $(SRCROOT)/common/sys/libcmsys.a \ - $(SRCROOT)/common/bbs/libcmbbs.a + $(SRCROOT)/common/osdep/libosdep.a all: ${SRCROOT}/include/var.h ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${CPP_WITH_UTIL} ${PROGS} -- cgit v1.2.3