From 985e31f855ab235c70013ca4578c6c87fad88256 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 15 Aug 2003 06:35:53 +0000 Subject: merge util_record.c to mbbsd/record.c git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1097 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 9 ++++----- 1 file 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= \ -- cgit v1.2.3