summaryrefslogtreecommitdiffstats
path: root/tools/build/os/msdos/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/os/msdos/Makefile.in')
-rw-r--r--tools/build/os/msdos/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/build/os/msdos/Makefile.in b/tools/build/os/msdos/Makefile.in
index 23a840d33a..bcd523fb64 100644
--- a/tools/build/os/msdos/Makefile.in
+++ b/tools/build/os/msdos/Makefile.in
@@ -8,6 +8,8 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
+INSTALL = @INSTALL@
+
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/leaf.cfg
@@ -20,7 +22,7 @@ INSTALLED=$(DESTDIR)/ifc.exe \
all: $(DESTDIR) $(PGMS) install
$(DESTDIR):
- @INSTALL@ $(INSTDIRFLAGS) $@
+ @top_srcdir@/mkinstalldirs $@
install: $(INSTALLED)