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

Diff for /src/share/mk/bsd.prog.mk between version 1.72 and 1.73

version 1.72, 2017/07/01 14:41:54 version 1.73, 2017/07/04 00:59:11
Line 74 
Line 74 
 OBJS+=  ${SRCS:N*.h:N*.sh:R:S/$/.o/}  OBJS+=  ${SRCS:N*.h:N*.sh:R:S/$/.o/}
 DEPS+=  ${OBJS:R:S/$/.d/}  DEPS+=  ${OBJS:R:S/$/.d/}
   
 _LEXINTM+=${SRCS:M*.l:.l=.c}  _LEXINTM?=${SRCS:M*.l:.l=.c}
 _YACCINTM+=${SRCS:M*.y:.y=.c}  _YACCINTM?=${SRCS:M*.y:.y=.c}
 .  endif  .  endif
   
 .  if defined(OBJS) && !empty(OBJS)  .  if defined(OBJS) && !empty(OBJS)

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73