diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-08-18 21:48:05 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-08-18 21:48:05 +0000 |
commit | 7dc54c36da5ce89b3147ca93a4d00ae7a23d8516 (patch) | |
tree | 8aa0a70cbb199784b42093589091da962946a0b9 /newlib/Makefile.in | |
parent | 66b452d6f0c4a888d35c85179353b12925c9c145 (diff) | |
download | cygnal-7dc54c36da5ce89b3147ca93a4d00ae7a23d8516.tar.gz cygnal-7dc54c36da5ce89b3147ca93a4d00ae7a23d8516.tar.bz2 cygnal-7dc54c36da5ce89b3147ca93a4d00ae7a23d8516.zip |
2009-08-18 Jeff Johnston <jjohnstn@redhat.com>
* newlib.hin: Add comment regarding file being manually edited.
* Makefile.am: Add no-op rule for newlib.hin.
* Makefile.in: Regenerated.
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 |