From: Roland McGrath Date: Tue, 10 Jan 1995 11:27:24 +0000 (+0000) Subject: (check): Remove gratuitous target declaration. X-Git-Tag: 3.72.4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4642a6a574ea888a478cf8677f5ddbde50b3d41;p=thirdparty%2Fmake.git (check): Remove gratuitous target declaration. --- diff --git a/compatMakefile b/compatMakefile index de2c8fcc..3a8c4f24 100644 --- a/compatMakefile +++ b/compatMakefile @@ -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'.