From c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 27 Mar 2008 06:26:11 +0000 Subject: - (internal) move UTIL_C API from mbbsd/stuff to cmbbs. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4031 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'util') diff --git a/util/Makefile b/util/Makefile index a2d37a83..801489b1 100644 --- a/util/Makefile +++ b/util/Makefile @@ -8,12 +8,10 @@ CFLAGS+= -DPTTBBS_UTIL BBSBASE= $(SRCROOT)/include/var.h UTIL_OBJS= \ - util_cache.o util_record.o util_passwd.o util_var.o \ - util_stuff.o + util_cache.o util_record.o util_passwd.o util_var.o MBBSD_OBJS= \ - cache record passwd var \ - stuff + cache record passwd var # 下面這些程式, 會被 compile 並且和 $(UTIL_OBJS) 聯結 CPROG_WITH_UTIL= \ -- cgit v1.2.3