diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-08-15 14:35:53 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-08-15 14:35:53 +0800 |
commit | 985e31f855ab235c70013ca4578c6c87fad88256 (patch) | |
tree | 1eb2c656969848658623fc73f5d18f04ee6c53a8 | |
parent | 3650a80bc5adbf783393f9f479c9dfd71e2f6dc5 (diff) | |
download | pttbbs-985e31f855ab235c70013ca4578c6c87fad88256.tar pttbbs-985e31f855ab235c70013ca4578c6c87fad88256.tar.gz pttbbs-985e31f855ab235c70013ca4578c6c87fad88256.tar.bz2 pttbbs-985e31f855ab235c70013ca4578c6c87fad88256.tar.lz pttbbs-985e31f855ab235c70013ca4578c6c87fad88256.tar.xz pttbbs-985e31f855ab235c70013ca4578c6c87fad88256.tar.zst pttbbs-985e31f855ab235c70013ca4578c6c87fad88256.zip |
merge util_record.c to mbbsd/record.c
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1097 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | util/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/util/Makefile b/util/Makefile index 6b847752..7d1073d7 100644 --- a/util/Makefile +++ b/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= \ |