diff --git a/contrib/gnu/Makefile b/contrib/gnu/Makefile index 32ccf9dfc..e272effac 100755 --- a/contrib/gnu/Makefile +++ b/contrib/gnu/Makefile @@ -2,10 +2,11 @@ EMACS=emacs-21.4 LYNX=lynx2-8-5 -#-[ -f $(EMACS)/Makefile ] && cd $(EMACS) && $(MAKE) $@ - all install:: cd $(LYNX) && sh MINIX/lynx.sh && bigmake $@ + cd $(EMACS) && bigmake $@ all install clean:: if [ -f $(LYNX)/Makefile ] ; then cd $(LYNX) && bigmake $@; fi + cd $(EMACS) && bigmake $@ +