diff options
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r-- | newlib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in index c235995ac..c4cc431c9 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -973,8 +973,7 @@ stmp-targ-include: config.status -rm -rf targ-include stmp-targ-include $(MAKE) targ-include/sys \ targ-include/machine \ - targ-include/bits \ - targ-include/newlib.h + targ-include/bits -for i in $(srcdir)/libc/machine/$(machine_dir)/machine/*.h; do \ if [ -f $$i ]; then \ cp $$i targ-include/machine/`basename $$i`; \ @@ -1030,6 +1029,7 @@ stmp-targ-include: config.status cp $$i targ-include/machine/`basename $$i`; \ else true; fi ; \ done + $(MAKE) targ-include/newlib.h touch $@ install-data-local: install-toollibLIBRARIES |