diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-10 01:44:39 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-10 01:44:39 +0800 |
commit | dc1e907c2cf1038a9dc24a4f4969a8403097bd85 (patch) | |
tree | ad37009f7662f3204509a196b8eaa74f0586e37f /util/Makefile | |
parent | 90451291f8f509d0f0e3f1c442bb3325de30d9b0 (diff) | |
download | pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.gz pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.bz2 pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.lz pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.xz pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.zst pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.zip |
no warning
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@16 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/util/Makefile b/util/Makefile index 41f7326f..6f204648 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2002/03/08 09:22:02 in2 Exp $ +# $Id: Makefile,v 1.4 2002/03/09 17:44:30 in2 Exp $ BBSHOME?=$(HOME) OSTYPE=linux @@ -29,7 +29,7 @@ CPROGS= bbsmail BM_money post account birth deluserfile expire mandex\ horoscope openvice parse_news openticket topusr yearsold uhash_loader\ poststat showboard antispam countalldice webgrep bbsrf\ initbbs outmail xchatd userlist tunepasswd buildir reaper shmsweep\ - merge_passwd merge_board inndBM buildAnnounce rmuid cpdeadbrd \ + merge_passwd merge_board inndBM buildAnnounce rmuid \ toplazyBM jungo toplazyBBM PROGS= $(CPROGS) BM_money.sh backpasswd.sh mailog.sh opendice.sh\ @@ -68,9 +68,6 @@ mandex: mandex.c $(OBJS) rmuid: rmuid.c $(OBJS) $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) -cpdeadbrd: cpdeadbrd.c $(OBJS) - $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) - horoscope: horoscope.c $(OBJS) $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) |