diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-09-20 01:21:55 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-09-20 01:21:55 +0800 |
commit | 61974f460efc515c9f970c5a3f283a1f38d0c9de (patch) | |
tree | b6e97c06ef0e749fa74811f1c3adb522fa1f4f56 /innbbsd | |
parent | a38c90eef0f81ccf4b3ab3126969968eb0e8d42d (diff) | |
download | pttbbs-61974f460efc515c9f970c5a3f283a1f38d0c9de.tar pttbbs-61974f460efc515c9f970c5a3f283a1f38d0c9de.tar.gz pttbbs-61974f460efc515c9f970c5a3f283a1f38d0c9de.tar.bz2 pttbbs-61974f460efc515c9f970c5a3f283a1f38d0c9de.tar.lz pttbbs-61974f460efc515c9f970c5a3f283a1f38d0c9de.tar.xz pttbbs-61974f460efc515c9f970c5a3f283a1f38d0c9de.tar.zst pttbbs-61974f460efc515c9f970c5a3f283a1f38d0c9de.zip |
* revise Makefile
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3559 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd')
-rw-r--r-- | innbbsd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile index 0e6c75cc..78d15673 100644 --- a/innbbsd/Makefile +++ b/innbbsd/Makefile @@ -1,5 +1,6 @@ # $Id$ -.include "../pttbbs.mk" +SRCROOT= .. +.include "$(SRCROOT)/pttbbs.mk" VERSION= 0.50-pttpatch ADMINUSER?= root@your.domain.name @@ -29,7 +30,7 @@ PROGS= bbslink bbsnnrp ctlinnbbsd \ all: ${PROGS} # bbs util -UTIL_DIR= ../util +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_args.o util_file.o |