Define HOME if not already defined.

This commit is contained in:
Janet B. Anderson
2002-02-06 16:55:28 +00:00
parent 0e4995283f
commit bf8c4cdec7
2 changed files with 12 additions and 0 deletions

View File

@@ -20,3 +20,9 @@ OSITHREAD_USE_DEFAULT_STACK = NO
HOSTEXE=.exe
# Does not work if using cygwin make
# because HOME is always defined
ifndef HOME
HOME = $(HOMEDRIVE)$(HOMEPATH)
endif

View File

@@ -20,3 +20,9 @@ OSITHREAD_USE_DEFAULT_STACK = NO
HOSTEXE=.exe
# Does not work if using cygwin make
# because HOME is always defined
ifndef HOME
HOME = $(HOMEDRIVE)$(HOMEPATH)
endif