diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-05 17:54:16 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-05 17:54:16 +0800 |
commit | 3c99d25d8934e858b84c079a299904457790667d (patch) | |
tree | 77ca37e682d602fea25214edda863dc54c07db5e | |
parent | 8956b1f55736a7ee18468cb862088e52cacc8047 (diff) | |
download | pttbbs-3c99d25d8934e858b84c079a299904457790667d.tar pttbbs-3c99d25d8934e858b84c079a299904457790667d.tar.gz pttbbs-3c99d25d8934e858b84c079a299904457790667d.tar.bz2 pttbbs-3c99d25d8934e858b84c079a299904457790667d.tar.lz pttbbs-3c99d25d8934e858b84c079a299904457790667d.tar.xz pttbbs-3c99d25d8934e858b84c079a299904457790667d.tar.zst pttbbs-3c99d25d8934e858b84c079a299904457790667d.zip |
fix Makefile bug
git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.solaris@2182 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | innbbsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile index 672ab705..0aed889a 100644 --- a/innbbsd/Makefile +++ b/innbbsd/Makefile @@ -8,7 +8,7 @@ # stdarg.h patch for pttbbs by in2 03/05/05 # OS!=uname -OSTYPE?=OS +OSTYPE?=$(OS) #################################################### # this is a bbs <--> news gateway ##################################################### |