From c9a206fc168c981c14098b55ae19ba90ab5194a9 Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 11 Apr 2004 10:18:57 +0000 Subject: Fix Makefile problem on installing. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1739 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/Makefile | 2 +- util/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/innbbsd/Makefile b/innbbsd/Makefile index 61f97361..b5b077ec 100644 --- a/innbbsd/Makefile +++ b/innbbsd/Makefile @@ -16,7 +16,7 @@ LASTVERSION=0.50beta-4 ADMINUSER?= root@your.domain.name BBSHOME?=$(HOME) BBS_SRC = .. -TARGET = $(INNBBSD) $(BBSNNRP) $(BBSLINK) +TARGET = $(INNBBSD) #################################################### CC=gcc INSTALL=cp diff --git a/util/Makefile b/util/Makefile index d64bd60b..99461ffe 100644 --- a/util/Makefile +++ b/util/Makefile @@ -38,7 +38,7 @@ PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ 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 merge_dir + checkdir all: ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${PROGS} -- cgit v1.2.3