diff options
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r-- | newlib/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in index ef36ae9eb..d3a4a234a 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -459,10 +459,6 @@ newlib.h: stamp-h1 stamp-h1: $(srcdir)/newlib.hin $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status newlib.h -$(srcdir)/newlib.hin: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(top_srcdir)/acconfig.h - cd $(top_srcdir) && $(AUTOHEADER) - rm -f stamp-h1 - touch $@ distclean-hdr: -rm -f newlib.h stamp-h1 @@ -866,6 +862,8 @@ crt1.o: $(CRT1_DIR)$(CRT1) $(CRT1_DIR)$(CRT1): ; @true +$(srcdir)/newlib.hin: + all-recursive: stmp-targ-include # The targ-include directory just holds the includes files for the |