summaryrefslogtreecommitdiffstats
path: root/innbbsd
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-09-22 20:53:12 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-09-22 20:53:12 +0800
commitb84f597ee5c156f741dd3aabfc8b18e0f997e684 (patch)
tree79870a9706103e821d697d34ce77c14b13252e53 /innbbsd
parent21295b3ae2d324312c343898db97f53b989d48b4 (diff)
downloadpttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.gz
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.bz2
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.lz
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.xz
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.tar.zst
pttbbs-b84f597ee5c156f741dd3aabfc8b18e0f997e684.zip
fix malfunction of '[', ']', '=' keys on article with long title
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2207 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd')
-rw-r--r--innbbsd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile
index 585bce6f..1dfd7d16 100644
--- a/innbbsd/Makefile
+++ b/innbbsd/Makefile
@@ -28,7 +28,8 @@ BBS_DEP = MapleBBS
BBS_UTIL = $(BBS_SRC)/util
BBS_REC = $(BBS_UTIL)/util_record.o $(BBS_UTIL)/util_cache.o \
$(BBS_UTIL)/util_passwd.o $(BBS_UTIL)/util_stuff.o \
- $(BBS_UTIL)/util_var.o $(BBS_REC_EXTRA_$(OSTYPE))
+ $(BBS_UTIL)/util_var.o $(BBS_UTIL)/util_file.o \
+ $(BBS_REC_EXTRA_$(OSTYPE))
BBS_REC_EXTRA_Linux = $(BBS_UTIL)/util_osdep.o
BBS_REC_EXTRA_Solaris = $(BBS_UTIL)/util_osdep.o