summaryrefslogtreecommitdiffstats
path: root/newlib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 2000-12-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2000-12-131-0/+3
| | | | | | | * Makefile.am: Fixed install-data-local target to use $(mkinstalldirs) for the installed header files to ensure the directories exist before copying. * Makefile.in: Regenerated.
* 2000-12-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Jeff Johnston2000-12-081-4/+2
| | | | | | | | | * Makefile.am: $(INSTALL), $(INSTALL_DATA), and $(INSTALL_PROGRAM) can be a relative path to $(top_srcdir)/install.sh so ensure the autoconf detected settings are properly passed recursively. Similarly, add AM_MAKEFLAGS to FLAGS_TO_PASS so they also get passed properly to subdirectories. * Makefile.in: Regenerated.
* * Makefile.am: Fix space vs. tab problem in install-data-local.Christopher Faylor2000-09-061-9/+9
| | | | | | | | * Makefile.in: Regenerate. * libc/include/_ansi.h (_EXFUN): Define specially for __CYGWIN__. (_EXPARM): New macro for defining a function parameter. * libc/include/stdlib.h: Use _EXPARM. * libc/stdlib/mallocr.c: Don't build cfree for Cygwin.
* 2000-08-31 Manfred Hollstein <manfredh@redhat.com>Jeff Johnston2000-09-051-8/+8
| | | | | | * Makefile.am (install-data-local): Use optional $(DESTDIR) where required, as documented in the gnu coding standards. * Makefile.in: Regenerate.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+191