* Makefile.in (testsuite): Add 'else true' since otherwise
Ultrix /bin/sh complains.
+
+ * ardup.c: Add extern declaration of strdup.
+ * Makefile.in (testsuite): Add 'else true' since otherwise
+ Ultrix /bin/sh complains.
+
* Makefile.in: Set VERSION to 2.1.
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 .