From b8b0a6c8f9382bfde9e85aa52c59715a237591bc Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 12 Jul 1996 18:18:31 +0000 Subject: (install) [doinst==one || doinst==many]: Include file-specific options in call to INSTALL_PROGRAM. --- Makeconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 25a08168..ad634d02 100644 --- a/Makeconf +++ b/Makeconf @@ -131,14 +131,14 @@ ifeq ($(doinst),one) all: $(target) install: $(installationdir)/$(target) $(installationdir) $(installationdir)/$(target): $(target) - $(INSTALL_PROGRAM) $< $@ + $(INSTALL_PROGRAM) $(INSTALL-$@-ops) $< $@ endif ifeq ($(doinst),many) all: $(targets) install: $(addprefix $(installationdir)/,$(targets)) $(installationdir) $(addprefix $(installationdir)/,$(targets)): $(installationdir)/%: % - $(INSTALL_PROGRAM) $< $@ + $(INSTALL_PROGRAM) $(INSTALL-$@-ops) $< $@ endif ifeq ($(makemode),library) -- cgit v1.2.3