[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / distrib

Diff for /src/distrib/Makefile between version 1.10 and 1.11

version 1.10, 2000/02/15 15:09:59 version 1.11, 2000/02/23 05:53:19
Line 6 
Line 6 
 .elif   !make(install)  .elif   !make(install)
 SUBDIR= special  SUBDIR= special
 .endif  .endif
   .if     make(clean) || make(cleandir)
   SUBDIR+=utils
   .endif
 .if exists(${MACHINE})  .if exists(${MACHINE})
 SUBDIR+= ${MACHINE}  SUBDIR+= ${MACHINE}
 .endif  .endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11