summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-17 14:18:53 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-17 14:18:53 +0800
commit8cb29110950daa71ef6247ed5d0ba1ea9320fa20 (patch)
tree0d1e5083acd77e6593d78ee34dc906de8740edae /util/Makefile
parent2d6dc07feca4e5e3dc8333f514197573dfaefda0 (diff)
downloadpttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.gz
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.bz2
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.lz
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.xz
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.zst
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.zip
Split out os dependent library
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4378 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r--util/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/Makefile b/util/Makefile
index 5c418c0f..6a96d38a 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -44,7 +44,8 @@ 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/sys/libcmsys.a \
+LDLIBS+=$(SRCROOT)/common/osdep/libosdep.a \
+ $(SRCROOT)/common/sys/libcmsys.a \
$(SRCROOT)/common/bbs/libcmbbs.a