Linux support was affected by Solaris changes -- fixed

This commit is contained in:
Stanislav Mekhanoshin 2006-01-27 13:17:00 +00:00
parent cef676eec2
commit bc84170688

View File

@ -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