diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2001-12-19 03:03:43 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2001-12-19 03:03:43 +0000 |
commit | 60565ed65755b5d6803dd5eb235973031bdf9d5c (patch) | |
tree | 6b880a8506a1757a3c71abff3e8ddf7ff2c1f217 /newlib/libm/machine/Makefile.am | |
parent | 08e857b49a2fe0726bd8123f0c6a195cf58ea320 (diff) | |
download | cygnal-60565ed65755b5d6803dd5eb235973031bdf9d5c.tar.gz cygnal-60565ed65755b5d6803dd5eb235973031bdf9d5c.tar.bz2 cygnal-60565ed65755b5d6803dd5eb235973031bdf9d5c.zip |
2001-12-18 Thomas Fitzsimmons <fitzsim@redhat.com>
* libc/machine/i386/f_*: Move to libm/machine/i386.
2001-12-18 Joel Sherrill <joel@OARcorp.com>
* libm/machine/Makefile.am: Add dummy doc stub so
"make info" works.
2001-12-17 Joel Sherrill <joel@OARcorp.com>
* libc/include/sys/types.h (ino_t): RTEMS uses long also.
Diffstat (limited to 'newlib/libm/machine/Makefile.am')
-rw-r--r-- | newlib/libm/machine/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libm/machine/Makefile.am b/newlib/libm/machine/Makefile.am index 65b5b40a7..d452c7fb3 100644 --- a/newlib/libm/machine/Makefile.am +++ b/newlib/libm/machine/Makefile.am @@ -13,3 +13,5 @@ endif # USE_LIBTOOL ACLOCAL_AMFLAGS = -I ../.. CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host + +doc: |