From 1ac9e4897fdf8839328d9c47d1d2f0cc27b02f1d Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 26 Mar 2008 11:37:54 +0000 Subject: - (internal) move osdep to libbbsutil git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4026 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innbbsd/Makefile') diff --git a/innbbsd/Makefile b/innbbsd/Makefile index c8021368..3cc74564 100644 --- a/innbbsd/Makefile +++ b/innbbsd/Makefile @@ -33,7 +33,7 @@ all: ${PROGS} UTIL_DIR= $(SRCROOT)/util UTIL_OBJS= \ util_cache.o util_record.o util_passwd.o util_var.o \ - util_stuff.o util_osdep.o + util_stuff.o .for fn in ${UTIL_OBJS} LINK_UTIL_OBJS+= ${UTIL_DIR}/${fn} -- cgit v1.2.3