'whoami' doesn't exist on solaris

llvm-svn: 3882
This commit is contained in:
Chris Lattner 2002-09-22 23:35:11 +00:00
parent 0fbbd8a742
commit 20ebb24264
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ CC := PATH=/usr/bin /usr/dcs/software/evaluation/bin/gcc
# object files.
#
#LLVM_OBJ_DIR = .
LLVM_OBJ_DIR = /localhome/$(shell whoami)
LLVM_OBJ_DIR := /localhome/$(USER)
# Path to location for LLVM front-end this should only be specified here if you
# want to override the value set in Makefile.$(uname)