From 2f6959aecaaaed4980f7c8740f2fae2c8fc326ca Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 12 Jun 2009 12:22:07 +0000 Subject: * refine cmbbs: move util_passwd.o to cmbbs/passwd.c. * note: in order to workaround the buggy/dirty synchronization hacks, changed 'passwd_query' and 'passwd_update' to passwd_sync_*. * util/* and daemon/* use directly passwd_query/update, and mbbsd should use passwd_sync_*. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4574 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- trans/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trans/Makefile') diff --git a/trans/Makefile b/trans/Makefile index a9622cbd..0ab85855 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -7,9 +7,9 @@ CFLAGS+= -DPTTBBS_UTIL BBSBASE= $(SRCROOT)/include/var.h -UTIL_OBJS= util_passwd.o util_var.o +UTIL_OBJS= util_var.o -MBBSD_OBJS= record passwd var +MBBSD_OBJS= record var # 下面這些程式, 會被 compile 並且和 $(UTIL_OBJS) 聯結 CPROG_WITH_UTIL= \ -- cgit v1.2.3