Skip to content
Snippets Groups Projects
Commit 262acc07 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-12-19 16:54:23 by simonm]

use PACKAGE_BINS to get the actual binaries to install.
parent 5fd51ba1
No related merge requests found
......@@ -98,7 +98,7 @@ INSTALL_DIR = ./mkdirhier
VERSION_SYMLINKS_FOR=$(package)
# Binaries to install
PACKAGE_BINS=$(PACKAGE_SCRIPTS) $(PACKAGE_SH_SCRIPTS) hp2ps
PACKAGE_BIN_INSTALL=$(PACKAGE_PRL_SCRIPTS) $(PACKAGE_SH_SCRIPTS) $(PACKAGE_BINS)
#----------end of user-serviceable parts------------
#
......@@ -193,7 +193,7 @@ install :: config-pkgs mk-version-symlinks install-dirs install-bin install-libs
.PHONY: install-bin install-libs install-datas
install-bin:
for i in $(PACKAGE_BINS); do \
for i in $(PACKAGE_BIN_INSTALL); do \
$(INSTALL_BIN) bin/$(platform)/$(package)-$(version)/$$i $(bindir); \
done;
for i in $(VERSION_SYMLINKS_FOR) ""; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment