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
|
||||
else # Linux, *BSD or another unix-like OS
|
||||
CAT=cat
|
||||
SED=gsed
|
||||
GREP=ggrep
|
||||
SED=sed
|
||||
GREP=grep
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
AR=ar
|
||||
|
Reference in New Issue
Block a user