Diff for /gforth/Makefile.in between versions 1.52 and 1.53

version 1.52, 1996/01/07 17:22:06 version 1.53, 1996/01/25 16:45:49
Line 204  clean:  mostlyclean Line 204  clean:  mostlyclean
 distclean:      clean  distclean:      clean
                 -$(RM) machine.h kernal.fi config.cache config.log config.status config.h Makefile                  -$(RM) machine.h kernal.fi config.cache config.log config.status config.h Makefile
   
 realclean:      distclean  #realclean is useless, but dangerous, so it's commented out
                 -$(RM) $(GEN_PRECIOUS)  #realclean:     distclean
   #               -$(RM) $(GEN_PRECIOUS)
   
 #mostlyclean, but also remove some of the stuff that is distributed  #mostlyclean, but also remove some of the stuff that is distributed
 virtualclean:   mostlyclean  virtualclean:   mostlyclean

Removed from v.1.52  
changed lines
  Added in v.1.53


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>