Use /var/tmp as temporary directory.

This commit is contained in:
mainzelm 2002-02-13 14:37:08 +00:00
parent 2b7266994d
commit 1f9c6a102c
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ AC_INIT(c/scheme48vm.c)
fi fi
AR=${AR-"ar cq"} AR=${AR-"ar cq"}
TMPDIR=${TMPDIR-"/usr/tmp"} TMPDIR=${TMPDIR-"/var/tmp"}
case "$host" in case "$host" in
## CX/UX ## CX/UX
m88k-harris-cxux* ) m88k-harris-cxux* )