diff --git a/Makefile b/Makefile index 35b8294d2..fb2c33bab 100644 --- a/Makefile +++ b/Makefile @@ -60,8 +60,12 @@ else STDC_LIB:=-lstdc++.r4 endif else - OS:=linux - GPERF:=/usr/bin/gperf + ifeq ($(SYSNAME),OS/2) + OS:=os2 + else + OS:=linux + GPERF:=/usr/bin/gperf + endif endif endif endif