summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-26 19:37:54 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-26 19:37:54 +0800
commit1ac9e4897fdf8839328d9c47d1d2f0cc27b02f1d (patch)
tree83973191ff135758ff19a69b494f68161938d723 /util/Makefile
parent1fd54e1a460554949cabb4d3cbc8f98223da47ee (diff)
downloadpttbbs-1ac9e4897fdf8839328d9c47d1d2f0cc27b02f1d.tar
pttbbs-1ac9e4897fdf8839328d9c47d1d2f0cc27b02f1d.tar.gz
pttbbs-1ac9e4897fdf8839328d9c47d1d2f0cc27b02f1d.tar.bz2
pttbbs-1ac9e4897fdf8839328d9c47d1d2f0cc27b02f1d.tar.lz
pttbbs-1ac9e4897fdf8839328d9c47d1d2f0cc27b02f1d.tar.xz
pttbbs-1ac9e4897fdf8839328d9c47d1d2f0cc27b02f1d.tar.zst
pttbbs-1ac9e4897fdf8839328d9c47d1d2f0cc27b02f1d.zip
- (internal) move osdep to libbbsutil
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4026 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r--util/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile
index 69d89732..e649f794 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -9,11 +9,11 @@ BBSBASE= $(SRCROOT)/include/var.h
UTIL_OBJS= \
util_cache.o util_record.o util_passwd.o util_var.o \
- util_stuff.o util_osdep.o
+ util_stuff.o
MBBSD_OBJS= \
cache record passwd var \
- stuff osdep
+ stuff
# 下面這些程式, 會被 compile 並且和 $(UTIL_OBJS) 聯結
CPROG_WITH_UTIL= \