summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-15 14:35:53 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-15 14:35:53 +0800
commit43300dcd86375c3e9da361909aacd32b56f7bd1b (patch)
tree5ef55ca7c96db76262b9393800ea7955a00d1334
parent48d91e48b677250ed62fc8ee10b8629eeba89948 (diff)
downloadpttbbs-43300dcd86375c3e9da361909aacd32b56f7bd1b.tar
pttbbs-43300dcd86375c3e9da361909aacd32b56f7bd1b.tar.gz
pttbbs-43300dcd86375c3e9da361909aacd32b56f7bd1b.tar.bz2
pttbbs-43300dcd86375c3e9da361909aacd32b56f7bd1b.tar.lz
pttbbs-43300dcd86375c3e9da361909aacd32b56f7bd1b.tar.xz
pttbbs-43300dcd86375c3e9da361909aacd32b56f7bd1b.tar.zst
pttbbs-43300dcd86375c3e9da361909aacd32b56f7bd1b.zip
merge util_record.c to mbbsd/record.c
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1097 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/util/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/pttbbs/util/Makefile b/pttbbs/util/Makefile
index 6b847752..7d1073d7 100644
--- a/pttbbs/util/Makefile
+++ b/pttbbs/util/Makefile
@@ -3,13 +3,12 @@
.include "../pttbbs.mk"
UTIL_OBJS= \
- util_cache.o util_record.o util_passwd.o util_var.o util_stuff.o\
- util_osdep.o util_args.o
+ util_cache.o util_record.o util_passwd.o util_var.o \
+ util_stuff.o util_osdep.o util_args.o
-# 用來從 ../mbbsd/xxx.c 產生 util_xxx.o
MBBSD_OBJS= \
- var stuff cache osdep \
- args passwd
+ cache record passwd var \
+ stuff osdep args
# 下面這些程式, 會被 compile 並且和 $(UTIL_OBJS) 聯結
CPROG_WITH_UTIL= \