From b27ece46a69aa7d5b9a759a2164609dab689f258 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 26 Mar 2008 17:26:28 +0000 Subject: (internal) refine directory layout: libbbs/libbbsutil -> common/bbs,sys. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4027 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/Makefile') diff --git a/util/Makefile b/util/Makefile index e649f794..a2d37a83 100644 --- a/util/Makefile +++ b/util/Makefile @@ -46,8 +46,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 -LIBS+= $(SRCROOT)/src/libbbsutil/libbbsutil.a \ - $(SRCROOT)/src/libbbs/libbbs.a +LIBS+= $(SRCROOT)/common/sys/libcmsys.a \ + $(SRCROOT)/common/bbs/libcmbbs.a all: ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${CPP_WITH_UTIL} ${PROGS} -- cgit v1.2.3