Linux support was affected by Solaris changes -- fixed
This commit is contained in:
parent
cef676eec2
commit
bc84170688
@ -104,8 +104,8 @@ LIBEXT=.a
|
|||||||
CFLAGS+=-D__SUNOS__ -D__UNIX__ -DUNIX
|
CFLAGS+=-D__SUNOS__ -D__UNIX__ -DUNIX
|
||||||
else # Linux, *BSD or another unix-like OS
|
else # Linux, *BSD or another unix-like OS
|
||||||
CAT=cat
|
CAT=cat
|
||||||
SED=gsed
|
SED=sed
|
||||||
GREP=ggrep
|
GREP=grep
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CXX=g++
|
CXX=g++
|
||||||
AR=ar
|
AR=ar
|
||||||
|
Reference in New Issue
Block a user