Fix SUBOS

This commit is contained in:
Roy Marples 2008-01-10 16:40:41 +00:00
parent 3016c4efd4
commit 7cdffe5e13

View File

@ -8,7 +8,7 @@ OS?= ${_OS}$(shell ${_OS_SH})
_SUBOS_SH= case `uname -s` in \ _SUBOS_SH= case `uname -s` in \
*BSD|DragonFly) echo "BSD";; \ *BSD|DragonFly) echo "BSD";; \
*) echo "";; \ *) `uname -s`;; \
esac esac
_SUBOS!= ${_SUBOS_SH} _SUBOS!= ${_SUBOS_SH}
SUBOS?= ${_SUBOS}$(shell ${_SUBOS_SH}) SUBOS?= ${_SUBOS}$(shell ${_SUBOS_SH})