diff options
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r-- | newlib/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in index 969027f..5a83f86 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -1624,6 +1624,7 @@ install-data-local: install-toollibLIBRARIES install-multi done ; \ for i in $(srcdir)/libc/sys/$(sys_dir)/include/*; do \ if [ -d $$i ]; then \ + $(MKDIR_P) $(DESTDIR)$(tooldir)/include/`basename $$i`; \ for j in $$i/*.h; do \ $(INSTALL_DATA) $$j $(DESTDIR)$(tooldir)/include/`basename $$i`/`basename $$j`; \ done ; \ |