Fix SUBOS_SH

This commit is contained in:
Roy Marples 2008-01-10 19:50:01 +00:00
parent 6244bcbe84
commit 22b7a12b6e

View File

@ -2,7 +2,7 @@
# Generic definitions
_OS_SH_= uname -s
_OS_SH= uname -s
_OS!= ${_OS_SH}
OS?= ${_OS}$(shell ${_OS_SH})