From 61974f460efc515c9f970c5a3f283a1f38d0c9de Mon Sep 17 00:00:00 2001 From: kcwu Date: Wed, 19 Sep 2007 17:21:55 +0000 Subject: * revise Makefile git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3559 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- cacheserver/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cacheserver') diff --git a/cacheserver/Makefile b/cacheserver/Makefile index c923b1a3..bdff3f08 100644 --- a/cacheserver/Makefile +++ b/cacheserver/Makefile @@ -1,8 +1,10 @@ # $Id$ -.include "../pttbbs.mk" +SRCROOT= .. +.include "$(SRCROOT)/pttbbs.mk" PROGRAMS= utmpserver utmpsync utmpserver2 utmpserver3 authserver -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 +UTILDIR= $(SRCROOT)/util +UTILOBJ= $(UTILDIR)/util_stuff.o $(UTILDIR)/util_var.o $(UTILDIR)/util_file.o $(UTILDIR)/util_cache.o $(UTILDIR)/util_passwd.o $(UTILDIR)/util_record.o $(UTILDIR)/util_osdep.o $(UTILDIR)/util_args.o all: ${PROGRAMS} -- cgit v1.2.3