From 518a605a75e2dfa3e49b91e20a2ff96dd7afd483 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 4 Nov 1997 14:31:11 +0000 Subject: [PATCH] Abolish `execs' and `install-execs'. --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 3125c77..cdbbc3c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 0.13 1997-10-04 05:41:54 morioka Exp $ +# $Id: Makefile,v 0.14 1997-11-04 14:31:11 morioka Exp $ # VERSION = 0.115.1 @@ -41,13 +41,7 @@ ps: ol2 cd doc; $(MAKE) ps -install: install-elc install-execs - -execs: $(UTILS) - -install-execs: - $(EMACS) $(FLAGS) -l SEMI-MK -f install-execs $(PREFIX) $(EXEC_PREFIX) - +install: install-elc update-xemacs: $(EMACS) $(FLAGS) -l SEMI-MK -f update-xemacs-source -- 1.7.10.4