--- gforth/Makefile.in 2012/07/23 22:12:35 1.485 +++ gforth/Makefile.in 2012/07/31 00:27:24 1.487 @@ -314,7 +314,8 @@ FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_DIST oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \ moofglos.fs fixpath.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/anslocal.fs \ @@ -619,6 +620,9 @@ binonlydist: Makedist FORCE debdist: Makedist FORCE $(MAKE) -f Makedist d$@ +setup-debdist: Makedist FORCE + $(MAKE) -f Makedist d$@ + #HPUX make breaks the cycle differently when the dates are equal, so # touch some of the files if it acts up hpux-workaround: