# HG changeset patch # User yuuji # Date 774209360 0 # Node ID 0aca40805e70cd4eb7d8f48292f03a176b27384d # Parent 627c45ade5b062554c81e53224593aaf90156b64 Call install command by a variable not by a literal command name. diff -r 627c45ade5b0 -r 0aca40805e70 makefile --- a/makefile Thu Jul 14 18:04:04 1994 +0000 +++ b/makefile Thu Jul 14 18:09:20 1994 +0000 @@ -22,12 +22,13 @@ VERSION = `head yatex.el|awk '/rev\./{print $$4}'` PACKDIR = $(TMPDIR)/yatex$(VERSION) EMACS = mule +INSTALL = install -c all: install: $(EMACS) -batch -e batch-byte-compile $(LISP) - #install -c * $(MYELISPLIB) + #$(INSTALL) * $(MYELISPLIB) package: @-mkdir $(PACKDIR)