summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/score/tools/generic/Makefile.in4
-rw-r--r--c/src/exec/score/tools/sh/Makefile.in4
2 files changed, 4 insertions, 4 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)