* Makefile.in (testsuite): Add 'else true' since otherwise
Ultrix /bin/sh complains.
+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.
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 .