From 3048fb38f06fb641ac92c042f18786d672749491 Mon Sep 17 00:00:00 2001
From: Per Bothner <per@bothner.com>
Date: Thu, 25 Feb 1993 23:59:10 +0000
Subject: [PATCH] 	* ardup.c:  Add extern declaration of strdup. 	*
 Makefile.in (testsuite):  Add 'else true' since otherwise 	Ultrix /bin/sh
 complains.

---
 binutils/ChangeLog   | 6 ++++++
 binutils/Makefile.in | 6 ++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 9fe84ba4d08..9b9582fe75b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+Thu Feb 25 15:57:00 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+	* ardup.c:  Add extern declaration of strdup.
+	* Makefile.in (testsuite):  Add 'else true' since otherwise
+	Ultrix /bin/sh complains.
+
 Wed Feb 24 19:44:18 1993  Per Bothner  (bothner@rtl.cygnus.com)
 
 	* Makefile.in:  Set VERSION to 2.1.
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 03e86ee8c89..5fd2730156b 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -147,13 +147,11 @@ OPCODES = $(OPCODEDIR)/libopcodes.a
 all: $(ADDL_LIBS) $(PROGS) testsuite
 
 testsuite:
-	echo "testsuite"; \
-	 if [ -d testsuite ]; then \
+	if [ -d testsuite ]; then \
 			(rootme=`pwd`/ ; export rootme ; \
 			 rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
 			 cd testsuite; $(MAKE) $(FLAGS_TO_PASS)); \
-        fi; \
-
+	else true ; fi
 
 check: all
 	/bin/sh $(srcdir)/sanity.sh .