diff options
-rw-r--r-- | Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config index 8634a46920..c16e16774f 100644 --- a/Makefile.config +++ b/Makefile.config @@ -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) |