diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-17 19:13:11 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-17 19:13:11 +0000 |
commit | 5f1c13c6a637e98b6138f795107d3c7f478f9d3b (patch) | |
tree | 1c6399fc85fd158eabf6e9d1f76a4f8e059a5ee8 /newlib/libc/machine/sh/Makefile.in | |
parent | 84462018f37ada6ef190368f69f0997396e34d02 (diff) | |
download | cygnal-5f1c13c6a637e98b6138f795107d3c7f478f9d3b.tar.gz cygnal-5f1c13c6a637e98b6138f795107d3c7f478f9d3b.tar.bz2 cygnal-5f1c13c6a637e98b6138f795107d3c7f478f9d3b.zip |
* configure.in (CRT0_DIR): Set to libc/.
(CRT1_DIR): Set to ${crt1_dir}/ if crt1_dir is non-empty.
* Makefile.am: Change all occurrences of $(CRT0_DIR)/$(CRT0) to
$(CRT0_DIR)$(CRT0) to prevent make warnings. Likewise for
$(CRT1_DIR)/$(CRT1).
* libc/machine/xstormy16/Makefile.in: Regenerated.
* libc/machine/xstormy16/aclocal.m4: Regenerated.
* libc/machine/xstormy16/configure: Regenerated.
Diffstat (limited to 'newlib/libc/machine/sh/Makefile.in')
-rw-r--r-- | newlib/libc/machine/sh/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/sh/Makefile.in b/newlib/libc/machine/sh/Makefile.in index 56dd28f90..955669649 100644 --- a/newlib/libc/machine/sh/Makefile.in +++ b/newlib/libc/machine/sh/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. |