Don't hardcode cc as C compiler, it doesn't work on solaris.

Convert to buildlink2.
This commit is contained in:
bouyer 2002-10-16 13:57:55 +00:00
parent 7a17babe77
commit 8ee0a8529f

View file

@ -261,7 +261,7 @@ optimize='-O2'
ccflags='-ILOCALBASE/include'
cppflags=' -ILOCALBASE/include'
ldflags='-Wl,-RLOCALBASE/lib -LLOCALBASE/lib'
cc='cc -MD'
cc='@CC@ -MD'
libs='-lintl'
nametype='bsd'
d_passnames='define'