diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-07-18 02:38:10 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-07-18 02:38:10 +0800 |
commit | 917500fd338af2eb159d256f6c64be9574461aa7 (patch) | |
tree | 615b14a3a34d46b8d3744763b6c684986da75b99 /mbbsd/Makefile | |
parent | 07f452623975973c794fefed292e9dd4bbe80dae (diff) | |
download | pttbbs-917500fd338af2eb159d256f6c64be9574461aa7.tar pttbbs-917500fd338af2eb159d256f6c64be9574461aa7.tar.gz pttbbs-917500fd338af2eb159d256f6c64be9574461aa7.tar.bz2 pttbbs-917500fd338af2eb159d256f6c64be9574461aa7.tar.lz pttbbs-917500fd338af2eb159d256f6c64be9574461aa7.tar.xz pttbbs-917500fd338af2eb159d256f6c64be9574461aa7.tar.zst pttbbs-917500fd338af2eb159d256f6c64be9574461aa7.zip |
revert to 2113
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2140 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 66c642af..abfa1e0a 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -16,7 +16,6 @@ OBJS= admin.o announce.o args.o assess.o bbs.o board.o cache.o cal.o card.o\ screen.o stuff.o talk.o term.o topsong.o user.o brc.o vice.o vote.o\ xyz.o voteboard.o syspost.o var.o passwd.o calendar.o go.o -MERGEBBS=1 .if defined(MERGEBBS) CFLAGS+= -DMERGEBBS OBJS+= merge.o |