summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/sh/Makefile.in')
-rw-r--r--tools/cpu/sh/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cpu/sh/Makefile.in b/tools/cpu/sh/Makefile.in
index c35743adea..cbda87fbd8 100644
--- a/tools/cpu/sh/Makefile.in
+++ b/tools/cpu/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)