(check): Remove gratuitous target declaration.

This commit is contained in:
Roland McGrath 1995-01-10 11:27:24 +00:00
parent 11ca7f1ead
commit a4642a6a57

View file

@ -142,7 +142,6 @@ srcs = $(srcdir)/commands.c $(srcdir)/job.c $(srcdir)/dir.c \
.SUFFIXES: .o .c .h .ps .dvi .info .texinfo
all: make
check: # No tests.
info: make.info
dvi: make.dvi
# Some makes apparently use .PHONY as the default goal is it is before `all'.