summaryrefslogtreecommitdiffstats
path: root/tools/build/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/build/src/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/build/src/Makefile.in b/tools/build/src/Makefile.in
index 52942d909f..415017a9aa 100644
--- a/tools/build/src/Makefile.in
+++ b/tools/build/src/Makefile.in
@@ -19,6 +19,8 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
+INSTALL = @INSTALL@
+
# we use host compiler in this directory
USE_HOST_COMPILER=yes
@@ -64,7 +66,7 @@ CLOBBER_ADDITIONS +=
DESTDIR=${PROJECT_RELEASE}/build-tools
$(DESTDIR):
- @INSTALL@ $(INSTDIRFLAGS) $@
+ @top_srcdir@/mkinstalldirs $@
all: $(ARCH) $(DESTDIR) $(SRCS) $(PGMS)
- @INSTALL@ $(INSTBINFLAGS) $(PGMS) $(DESTDIR)
+ $(INSTALL) $(INSTBINFLAGS) $(PGMS) $(DESTDIR)