From: Ben Gras Date: Mon, 5 Sep 2005 15:57:06 +0000 (+0000) Subject: Emacs compile fixes X-Git-Tag: v3.1.0~187 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc.conf.html?a=commitdiff_plain;h=099f18962122160a0020c4864dfe2fa66a9e4152;p=minix.git Emacs compile fixes --- 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 $@ +