changeset 41:0aca40805e70

Call install command by a variable not by a literal command name.
author yuuji
date Thu, 14 Jul 1994 18:09:20 +0000
parents 627c45ade5b0
children 98f2327ba7a1
files makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)

yatex.org