autotools: fix duplicate check command in Makefile.

It seems that check target can not be used in Makefile.am. Using
check-am fix a make failure.
remotes/origin/master-1.1.x
Eric Leblond 15 years ago committed by Victor Julien
parent 586aae0ff3
commit a0b4068041

@ -322,6 +322,6 @@ endif
#suricata_CFLAGS = -Wall -fno-strict-aliasing
if BUILD_UNITTESTS
check:
check-am:
$(top_builddir)/src/suricata -u
endif

Loading…
Cancel
Save