From 803f093deff0a88a4a7b8b61091cba0e09cf5267 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 4 May 1998 02:07:04 +0000 Subject: [PATCH] * Makefile.am (EXTRA_PROGRAMS): Change $(SRCONV_PROG) to sysconf sysdump coffdump to avoid extra $(EXEEXT). * Makefile.in: Rebuild. Also rebuild configure with correct version of autoconf. --- binutils/ChangeLog | 6 ++++++ binutils/configure | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7e436baa5d9..90c6331efb3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Sun May 3 22:04:49 1998 Ian Lance Taylor + + * Makefile.am (EXTRA_PROGRAMS): Change $(SRCONV_PROG) to sysconf + sysdump coffdump to avoid extra $(EXEEXT). + * Makefile.in: Rebuild. + Wed Apr 29 22:22:55 1998 Geoffrey Noer * configure.in: Stop appending EXEEXT to the end of diff --git a/binutils/configure b/binutils/configure index f974b37ef12..3645cdb50b0 100755 --- a/binutils/configure +++ b/binutils/configure @@ -4533,7 +4533,7 @@ EOF # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. (set) 2>&1 | - case `(ac_space=' '; set) 2>&1` in + case `(ac_space=' '; set) 2>&1 | grep ac_space` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). @@ -4925,6 +4925,7 @@ fi; done EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h -- 2.30.2