mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
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.
This commit is contained in:
parent
66b452d6f0
commit
7dc54c36da
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2009-08-18 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* acconfig.h: Add templates for _HAVE_LONG_DOUBLE and _LDBL_EQ_DBL.
|
||||
|
@ -187,6 +187,7 @@ crt1.o: $(CRT1_DIR)$(CRT1)
|
||||
|
||||
$(CRT1_DIR)$(CRT1): ; @true
|
||||
|
||||
$(srcdir)/newlib.hin:
|
||||
|
||||
all-recursive: stmp-targ-include
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,7 @@
|
||||
/* newlib.hin. Generated from configure.in by autoheader. */
|
||||
/* newlib.hin. Manually edited from the output of autoheader to
|
||||
remove all PACKAGE_ macros which will collide with any user
|
||||
package using newlib header files and having its own package name,
|
||||
version, etc... */
|
||||
#ifndef __NEWLIB_H__
|
||||
|
||||
#define __NEWLIB_H__ 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user