diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-03-13 00:42:11 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-03-13 00:42:11 +0800 |
commit | 6c7f15c0935b1b96ab911954360829afb77e2e43 (patch) | |
tree | 54d63f967e44e8898836265dc702102271cfb618 | |
parent | 570bd9c6e8c8efb7f128aa517dec14dd2e86134b (diff) | |
download | pttbbs-6c7f15c0935b1b96ab911954360829afb77e2e43.tar pttbbs-6c7f15c0935b1b96ab911954360829afb77e2e43.tar.gz pttbbs-6c7f15c0935b1b96ab911954360829afb77e2e43.tar.bz2 pttbbs-6c7f15c0935b1b96ab911954360829afb77e2e43.tar.lz pttbbs-6c7f15c0935b1b96ab911954360829afb77e2e43.tar.xz pttbbs-6c7f15c0935b1b96ab911954360829afb77e2e43.tar.zst pttbbs-6c7f15c0935b1b96ab911954360829afb77e2e43.zip |
fix dependency, make linux happy
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3288 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | cacheserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cacheserver/Makefile b/cacheserver/Makefile index 0df01e29..1681e468 100644 --- a/cacheserver/Makefile +++ b/cacheserver/Makefile @@ -2,7 +2,7 @@ .include "../pttbbs.mk" PROGRAMS= utmpserver utmpsync utmpserver2 -UTILOBJ= ../util/util_stuff.o ../util/util_var.o ../util/util_file.o ../util/util_cache.o ../util/util_passwd.o ../util/util_record.o +UTILOBJ= ../util/util_stuff.o ../util/util_var.o ../util/util_file.o ../util/util_cache.o ../util/util_passwd.o ../util/util_record.o ../util/util_osdep.o ../util/util_args.o all: ${PROGRAMS} |