* ardup.c: Add extern declaration of strdup.

* Makefile.in (testsuite):  Add 'else true' since otherwise
	Ultrix /bin/sh complains.
This commit is contained in:
Per Bothner 1993-02-25 23:59:10 +00:00
parent 26483cc668
commit 3048fb38f0
2 changed files with 8 additions and 4 deletions

View File

@ -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.

View File

@ -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 .