--- gs/unixinst.mak.orig	Tue Nov  9 17:44:05 1999
+++ gs/unixinst.mak	Tue Nov  9 17:43:52 1999
@@ -25,7 +25,7 @@
 # containing the `install' targets.
 # This is the very last part of the makefile for these configurations.
 
-install: install-exec install-scripts install-data
+install: install-exec install-data
 
 # The sh -c in the rules below is required because Ultrix's implementation
 # of sh -e terminates execution of a command if any error occurs, even if
@@ -50,7 +50,7 @@
 gsbj gsdj gsdj500 gslj gslp gsnd  \
 bdftops dvipdf font2c  dpsnx.agent \
 printafm wftopfa  ;\
-	do if ( test -f $$f ); then $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\
+	do if ( test -f $$f ); then $(INSTALL_SCRIPT) $$f $(scriptdir)/$$f; fi;\
 	done'
 
 MAN1_PAGES=gs pdf2dsc pdf2ps ps2ascii ps2epsi ps2pdf ps2ps
