[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.lib.mk between version 1.60 and 1.61

version 1.60, 2010/07/30 19:23:38 version 1.61, 2011/07/16 23:34:21
Line 174 
Line 174 
   
 all: ${_LIBS} _SUBDIRUSE  all: ${_LIBS} _SUBDIRUSE
   
 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}  OBJS+=  ${SRCS:N*.h:R:S/$/.o/}
   
 lib${LIB}.a:: ${OBJS}  lib${LIB}.a:: ${OBJS}
         @echo building standard ${LIB} library          @echo building standard ${LIB} library

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61