From 9cb755831359f7640865037f165f277bff6619fe Mon Sep 17 00:00:00 2001 From: jack Date: Mon, 26 Apr 2004 03:58:43 +0000 Subject: modify Makefile in util/ git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1860 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/Makefile b/util/Makefile index 99461ffe..04645f6f 100644 --- a/util/Makefile +++ b/util/Makefile @@ -8,11 +8,11 @@ BBSBASE= ../include/var.h UTIL_OBJS= \ util_cache.o util_record.o util_passwd.o util_var.o \ - util_stuff.o util_osdep.o util_args.o + util_stuff.o util_osdep.o util_args.o util_i18n.o MBBSD_OBJS= \ cache record passwd var \ - stuff osdep args + stuff osdep args i18n # 下面這些程式, 會被 compile 並且和 $(UTIL_OBJS) 聯結 CPROG_WITH_UTIL= \ -- cgit v1.2.3