summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/score/tools/generic/Makefile.in4
-rw-r--r--c/src/exec/score/tools/sh/Makefile.in4
-rw-r--r--c/src/make/host.cfg.in1
3 files changed, 4 insertions, 5 deletions
diff --git a/c/src/exec/score/tools/generic/Makefile.in b/c/src/exec/score/tools/generic/Makefile.in
index e5fdec7d7f..4586a43b45 100644
--- a/c/src/exec/score/tools/generic/Makefile.in
+++ b/c/src/exec/score/tools/generic/Makefile.in
@@ -24,10 +24,10 @@ INSTALLED=$(PGMS:%=$(DESTDIR)/%)
all: $(DESTDIR) $(PGMS) install
$(DESTDIR):
- $(BSDINSTALL) $(INSTDIRFLAGS) $@
+ @INSTALL@ $(INSTDIRFLAGS) $@
install: $(INSTALLED)
# Install the program
$(DESTDIR)/%: %
- $(BSDINSTALL) $(INSTBINFLAGS) $^ $@
+ @INSTALL@ $(INSTBINFLAGS) $^ $@
diff --git a/c/src/exec/score/tools/sh/Makefile.in b/c/src/exec/score/tools/sh/Makefile.in
index c35743adea..cbda87fbd8 100644
--- a/c/src/exec/score/tools/sh/Makefile.in
+++ b/c/src/exec/score/tools/sh/Makefile.in
@@ -55,8 +55,8 @@ ${PGMS}: $(OBJS) $(LINK_FILES)
$(make-exe)
$(DESTDIR):
- $(BSDINSTALL) $(INSTDIRFLAGS) $@
+ @INSTALL@ $(INSTDIRFLAGS) $@
# Install the program
install: $(DESTDIR) $(PGMS)
- $(BSDINSTALL) $(INSTBINFLAGS) ${PGMS} $(DESTDIR)
+ @INSTALL@ $(INSTBINFLAGS) ${PGMS} $(DESTDIR)
diff --git a/c/src/make/host.cfg.in b/c/src/make/host.cfg.in
index a68a1b2faf..0c8f9cf408 100644
--- a/c/src/make/host.cfg.in
+++ b/c/src/make/host.cfg.in
@@ -30,7 +30,6 @@ CHMOD=@CHMOD@
SED=@SED@
M4=@M4@
-BSDINSTALL=@INSTALL@
INSTALL=$(PROJECT_TOOLS)/install-if-change
INSTALL_VARIANT=$(PROJECT_TOOLS)/install-if-change -V "$(LIB_VARIANT)"