diff octMakefile.in @ 2642:042f5cbdb2a8

[project @ 1997-01-29 06:28:56 by jwe]
author jwe
date Wed, 29 Jan 1997 06:30:03 +0000
parents 28e91d118bfa
children be083921a2d4
line wrap: on
line diff
--- a/octMakefile.in
+++ b/octMakefile.in
@@ -16,6 +16,7 @@
 
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_DATA = @INSTALL_DATA@
 
 CONF_DISTFILES = Makefile.in octMakefile.in Makeconf.in configure \
@@ -101,8 +102,8 @@
 
 install::
 	$(top_srcdir)/mkinstalldirs $(DIRS_TO_MAKE)
-	$(INSTALL_PROGRAM) octave-bug $(bindir)/octave-bug
-	$(INSTALL_PROGRAM) mkoctfile $(bindir)/mkoctfile
+	$(INSTALL_SCRIPT) octave-bug $(bindir)/octave-bug
+	$(INSTALL_SCRIPT) mkoctfile $(bindir)/mkoctfile
 	$(INSTALL_DATA) config.h $(octincludedir)/config.h
 
 maintainer-clean::