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

Diff for /src/distrib/Makefile between version 1.17 and 1.18

version 1.17, 2001/06/26 22:08:23 version 1.18, 2001/06/26 22:26:15
Line 2 
Line 2 
   
 .if     make(obj)  .if     make(obj)
 SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\  SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\
         powerpc sparc sun3 vax          mvmeppc powerpc sparc sun3 vax
 .elif   !make(install)  .elif   !make(install)
 SUBDIR= special  SUBDIR= special
 .endif  .endif
Line 14 
Line 14 
 .endif  .endif
 SUBDIR+= notes  SUBDIR+= notes
   
 all: crunch-tools _SUBDIRUSE  #all: crunch-tools _SUBDIRUSE
   
 crunch-tools:  crunch-tools:
         (cd $(.CURDIR)/crunch; $(MAKE) obj; \          (cd $(.CURDIR)/crunch; $(MAKE) obj; \

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18