From 099f18962122160a0020c4864dfe2fa66a9e4152 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 5 Sep 2005 15:57:06 +0000 Subject: [PATCH] Emacs compile fixes --- contrib/gnu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 $@ + -- 2.44.0