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