mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Removed hard-coded /bin/uname again
SVN revision: 1800
This commit is contained in:
parent
63b254c88a
commit
5979d3c9b5
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user