diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-11-22 19:54:22 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-11-22 19:54:22 +0000 |
commit | 2955fd7669437cb13d2b228b5f1b6c1dda58fa34 (patch) | |
tree | 359bfeb2fdabdf9d531660f2bac58b964898f964 /newlib/Makefile.in | |
parent | 40ce7368d9b8915323c59691110fcfe95e88fcc1 (diff) | |
download | cygnal-2955fd7669437cb13d2b228b5f1b6c1dda58fa34.tar.gz cygnal-2955fd7669437cb13d2b228b5f1b6c1dda58fa34.tar.bz2 cygnal-2955fd7669437cb13d2b228b5f1b6c1dda58fa34.zip |
2002-11-22 Joe Buehler <jbuehler@hekimian.com>
* configure.in: Change check for libc/include in ${CC} to
use an intermediate value so as to work with different shells.
* configure: Regenerated.
* Makefile.in: Ditto.
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r-- | newlib/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in index 461cb4603..d8e388bc3 100644 --- a/newlib/Makefile.in +++ b/newlib/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. @@ -496,7 +496,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" != "." || dot_seen=yes; \ + test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ |