diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-14 17:44:42 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-14 17:44:42 +0800 |
commit | 5936d5aa8dd56d023c8aa475ac0505406af88268 (patch) | |
tree | ffdd063929b671246d64cf3fa5442141fa1f75b8 /util | |
parent | cf191fb70ca9ba9ad9c39153b5655f4f99b9b6cd (diff) | |
download | pttbbs-5936d5aa8dd56d023c8aa475ac0505406af88268.tar pttbbs-5936d5aa8dd56d023c8aa475ac0505406af88268.tar.gz pttbbs-5936d5aa8dd56d023c8aa475ac0505406af88268.tar.bz2 pttbbs-5936d5aa8dd56d023c8aa475ac0505406af88268.tar.lz pttbbs-5936d5aa8dd56d023c8aa475ac0505406af88268.tar.xz pttbbs-5936d5aa8dd56d023c8aa475ac0505406af88268.tar.zst pttbbs-5936d5aa8dd56d023c8aa475ac0505406af88268.zip |
update Makefile
thanks rafan
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3035 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 e16b1ac4..e423d171 100644 --- a/util/Makefile +++ b/util/Makefile @@ -42,7 +42,7 @@ PROGS= ${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 + getbackup.pl udnnews.pl rebuildaloha.pl all: ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${PROGS} |