summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/sh/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/cpu/sh/Makefile.in b/tools/cpu/sh/Makefile.in
index 61cbdc988b..75537ef4ca 100644
--- a/tools/cpu/sh/Makefile.in
+++ b/tools/cpu/sh/Makefile.in
@@ -10,6 +10,8 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
+INSTALL = @INSTALL@
+
# we use the host compiler here
USE_HOST_COMPILER=yes
@@ -55,8 +57,8 @@ ${PGMS}: $(OBJS) $(LINK_FILES)
$(make-exe)
$(DESTDIR):
- @INSTALL@ $(INSTDIRFLAGS) $@
+ @top_srcdir@/mkinstalldirs $@
# Install the program
install: $(DESTDIR) $(PGMS)
- @INSTALL@ $(INSTBINFLAGS) ${PGMS} $(DESTDIR)
+ $(INSTALL) $(INSTBINFLAGS) ${PGMS} $(DESTDIR)