diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-11 18:18:57 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-11 18:18:57 +0800 |
commit | c9a206fc168c981c14098b55ae19ba90ab5194a9 (patch) | |
tree | d2db22d29d0bb9102283b63edecf5b8915edc0f2 /util | |
parent | 66bd6314a8b12469b79e238aafe68d399cab443f (diff) | |
download | pttbbs-c9a206fc168c981c14098b55ae19ba90ab5194a9.tar pttbbs-c9a206fc168c981c14098b55ae19ba90ab5194a9.tar.gz pttbbs-c9a206fc168c981c14098b55ae19ba90ab5194a9.tar.bz2 pttbbs-c9a206fc168c981c14098b55ae19ba90ab5194a9.tar.lz pttbbs-c9a206fc168c981c14098b55ae19ba90ab5194a9.tar.xz pttbbs-c9a206fc168c981c14098b55ae19ba90ab5194a9.tar.zst pttbbs-c9a206fc168c981c14098b55ae19ba90ab5194a9.zip |
Fix Makefile problem on installing.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1739 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |