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/newlib.hin | |
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/newlib.hin')
-rw-r--r-- | newlib/newlib.hin | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin index 1db939a2c..1ac25178c 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -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 |