summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-28 23:50:14 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-28 23:50:14 +0800
commit1347f95d83b908cd4e61904154feed6ae9ab7389 (patch)
treef2a81144fa8c7fe8bf874e5e5c0561186e0d7660 /util/Makefile
parent4ba1777ffaa8cacae3651c0082f538c92b3a9bbb (diff)
downloadpttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.gz
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.bz2
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.lz
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.xz
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.tar.zst
pttbbs-1347f95d83b908cd4e61904154feed6ae9ab7389.zip
Reorder libraries.
Use time() in fhdr_stamp.c git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4384 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r--util/Makefile4
1 files changed, 2 insertions, 2 deletions
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}