1998-09-27 Ben Elliston <bje@cygnus.com>

* testsuite/Makefile.in (dejacheck): Remove unused target.
This commit is contained in:
Ben Elliston 1998-09-27 03:26:21 +00:00
parent 383913b4c6
commit 51ff9de9f4
2 changed files with 1 additions and 6 deletions

View File

@ -22,6 +22,7 @@
(site.exp): Use tests to guard commands from generating error
messages if `site.exp' or `site.bak' do not exist. Contributed by
Karl Heuer <kwzh@gnu.org>.
(dejacheck): Remove unused target.
1998-09-26 Ben Elliston <bje@cygnus.com>

View File

@ -40,12 +40,6 @@ all:
info:
dvi:
dejacheck:
@if $(SHELL) -c 'runtest --version' > /dev/null 2>&1; then :; else \
echo ERROR: the autoconf tests require the DejaGNU runtest program; \
exit 1; \
fi
check: site.exp all
@if ($(RUNTEST) --version) >/dev/null 2>&1; then \
echo $(RUNTEST); \