CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/06/24 16:47:51
Modified files:
gnu/lib/libobjc: Makefile.bsd-wrapper
Log message:
use .PATH instead of .PATH.c & .PATH.m; something in the recent bsd.man.mk
commit exposed a build problem which used to spuriously affect builds.
It is possible that .PATH.suffix is sutbly broken in make(1), but there is
no real need to use that construct here in any case.
ok miod
