diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-27 14:26:11 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-27 14:26:11 +0800 |
commit | c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d (patch) | |
tree | 21e0d184cdf9f58095dce3c486522e2266449391 /innbbsd/Makefile | |
parent | 3e774d4829229f4132e3b6895b572a117f60c99d (diff) | |
download | pttbbs-c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d.tar pttbbs-c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d.tar.gz pttbbs-c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d.tar.bz2 pttbbs-c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d.tar.lz pttbbs-c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d.tar.xz pttbbs-c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d.tar.zst pttbbs-c17b1ec0c4c66cbe2761fa0e8c83831e6258d11d.zip |
- (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
Diffstat (limited to 'innbbsd/Makefile')
-rw-r--r-- | innbbsd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile index 749efb1b..bf1ae752 100644 --- a/innbbsd/Makefile +++ b/innbbsd/Makefile @@ -32,8 +32,7 @@ all: ${PROGS} # bbs util UTIL_DIR= $(SRCROOT)/util 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 .for fn in ${UTIL_OBJS} LINK_UTIL_OBJS+= ${UTIL_DIR}/${fn} |