diff options
author | Roland McGrath <roland@redhat.com> | 1995-01-10 11:27:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-01-10 11:27:24 +0000 |
commit | a4642a6a574ea888a478cf8677f5ddbde50b3d41 (patch) | |
tree | 26cb46c7deb01c0ec7eea8f5f7919feff2ac6dc1 | |
parent | 11ca7f1ead801996369d96ce7631b3f385dedbc3 (diff) | |
download | gunmake-a4642a6a574ea888a478cf8677f5ddbde50b3d41.tar.gz |
(check): Remove gratuitous target declaration.
-rw-r--r-- | compatMakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index de2c8fc..3a8c4f2 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'. |