From 8ccbb616dd0471aca56c5fafc4612011876d6772 Mon Sep 17 00:00:00 2001 From: scw Date: Tue, 29 Jun 2004 07:39:52 +0000 Subject: Fix some compile warning and make error. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2099 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 5 ++--- util/buildAnnounce.c | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'util') diff --git a/util/Makefile b/util/Makefile index 2fd805e3..4c5312b5 100644 --- a/util/Makefile +++ b/util/Makefile @@ -23,7 +23,7 @@ CPROG_WITH_UTIL= \ indexuser yearsold toplazyBM toplazyBBM \ reaper buildAnnounce inndBM shmctl \ outmail chkhbf checkmoney merge_dir \ - transman angel gamblegive + transman angel gamblegive checkdir # 下面這些程式, 會直接被 compile CPROG_WITHOUT_UTIL= \ @@ -38,8 +38,7 @@ PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ openticket.sh stock.sh topsong.sh weather.sh \ stock.perl weather.perl toplazyBM.sh toplazyBBM.sh \ dailybackup.pl tarqueue.pl waterball.pl filtermail.pl \ - getbackup.pl udnnews.pl rebuildaloha.pl railway_wrapper.pl\ - checkdir + getbackup.pl udnnews.pl rebuildaloha.pl railway_wrapper.pl all: ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${PROGS} diff --git a/util/buildAnnounce.c b/util/buildAnnounce.c index 0bfbefbd..be1b4ad4 100644 --- a/util/buildAnnounce.c +++ b/util/buildAnnounce.c @@ -4,7 +4,6 @@ #define GROUPROOT BBSHOME"/man/group" extern boardheader_t *bcache; -extern void resolve_boards(); extern int numboards; int cmpboardclass(const void *a, const void *b) -- cgit v1.2.3