Fix SUBOS

This commit is contained in:
Roy Marples 2008-01-10 16:42:14 +00:00
parent 7cdffe5e13
commit 2857fb49d1

View File

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