Makefile: Grok "OS/2" from uname
This commit is contained in:
parent
8ba9fb85e1
commit
4c18bff7ed
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
|
@ -60,8 +60,12 @@ else
|
||||||
STDC_LIB:=-lstdc++.r4
|
STDC_LIB:=-lstdc++.r4
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
OS:=linux
|
ifeq ($(SYSNAME),OS/2)
|
||||||
GPERF:=/usr/bin/gperf
|
OS:=os2
|
||||||
|
else
|
||||||
|
OS:=linux
|
||||||
|
GPERF:=/usr/bin/gperf
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue