[boilerplate/Makefile.am] Add unneeded rule

The check target by default depends on $(check_PROGRAMS).
This commit is contained in:
Behdad Esfahbod 2008-09-11 17:53:30 -04:00
parent fe31c35d86
commit 171a5edbff

View file

@ -102,7 +102,6 @@ CLEANFILES += \
test: check
if CROSS_COMPILING
check: check-link
else
TESTS += check-link
endif