Diff for /gforth/Makefile.in between versions 1.485 and 1.487

version 1.485, 2012/07/23 22:12:35 version 1.487, 2012/07/31 00:27:24
Line 314  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_DIST Line 314  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_DIST
         oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \          oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \
         moofglos.fs fixpath.fs \          moofglos.fs fixpath.fs \
         add.fs lib.fs oldlib.fs sieve.fs \          add.fs lib.fs oldlib.fs sieve.fs \
         endtry-iferror.fs recover-endtry.fs smartdots.fs          endtry-iferror.fs recover-endtry.fs smartdots.fs \
           unix/terminal-server.fs
   
 COMPAT = compat/README \  COMPAT = compat/README \
         compat/anslocal.fs \          compat/anslocal.fs \
Line 619  binonlydist: Makedist FORCE Line 620  binonlydist: Makedist FORCE
 debdist:        Makedist FORCE  debdist:        Makedist FORCE
                 $(MAKE) -f Makedist d$@                  $(MAKE) -f Makedist d$@
   
   setup-debdist:  Makedist FORCE
                   $(MAKE) -f Makedist d$@
   
 #HPUX make breaks the cycle differently when the dates are equal, so  #HPUX make breaks the cycle differently when the dates are equal, so
 # touch some of the files if it acts up  # touch some of the files if it acts up
 hpux-workaround:  hpux-workaround:

Removed from v.1.485  
changed lines
  Added in v.1.487


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