Added test for HOME.

This commit is contained in:
Janet B. Anderson
2002-07-30 22:12:16 +00:00
parent 1359cd7daa
commit 7487494410
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -24,6 +24,9 @@ ECHO=echo
WIND_HOST_TYPE = x86-win32
# Use std path variables from ms
# Does not work if using cygwin make
# because HOME is always defined
ifndef HOME
HOME = $(HOMEDRIVE)$(HOMEPATH)
endif
+4 -1
View File
@@ -23,6 +23,9 @@ ECHO=echo
WIND_HOST_TYPE = x86-win32
# Use std path variables from ms
# Does not work if using cygwin make
# because HOME is always defined
ifndef HOME
HOME = $(HOMEDRIVE)$(HOMEPATH)
endif