Removed hard-coded /bin/uname again
SVN revision: 1800
This commit is contained in:
@@ -37,7 +37,7 @@ BINGROUP = bin
|
||||
INSTALL = `which install`
|
||||
RM = /bin/rm -f
|
||||
|
||||
OSTYPE = $(shell /bin/uname)
|
||||
OSTYPE = $(shell uname)
|
||||
|
||||
ifeq ($(OSTYPE),SunOS)
|
||||
CC = gcc
|
||||
|
||||
Reference in New Issue
Block a user