diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-08 00:59:36 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-08 00:59:36 +0800 |
commit | 3205d13594dabb6ce34c604be958de3d23aa3618 (patch) | |
tree | 4322ef34e46944604ee68c23921f7fd49234acf6 /util/Makefile | |
parent | 9e0b2ea45c1e12487b0e1adacff2374e1abc3698 (diff) | |
download | pttbbs-3205d13594dabb6ce34c604be958de3d23aa3618.tar pttbbs-3205d13594dabb6ce34c604be958de3d23aa3618.tar.gz pttbbs-3205d13594dabb6ce34c604be958de3d23aa3618.tar.bz2 pttbbs-3205d13594dabb6ce34c604be958de3d23aa3618.tar.lz pttbbs-3205d13594dabb6ce34c604be958de3d23aa3618.tar.xz pttbbs-3205d13594dabb6ce34c604be958de3d23aa3618.tar.zst pttbbs-3205d13594dabb6ce34c604be958de3d23aa3618.zip |
* remove udnnews.pl. it is broken and doesn't work many years.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4521 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile b/util/Makefile index 0af19f73..82a26302 100644 --- a/util/Makefile +++ b/util/Makefile @@ -42,7 +42,7 @@ PROGS= ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${CPP_WITH_UTIL}\ openticket.sh stock.sh topsong.sh weather.sh \ stock.perl weather.perl toplazyBM.sh \ dailybackup.pl tarqueue.pl waterball.pl filtermail.pl \ - getbackup.pl udnnews.pl rebuildaloha.pl + getbackup.pl rebuildaloha.pl LDLIBS+=$(SRCROOT)/common/bbs/libcmbbs.a \ $(SRCROOT)/common/sys/libcmsys.a \ |