aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68fbd32..cf2e6bf 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ pcre.so: pcre.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(MAKE_CFLAGS) -fPIC \
$(LDFLAGS) -shared -o $@ $< $(LIBS)
-check:
+check: pcre.so
@if [ -n "`which $(GNUMAKE4)`" ] ; then \
$(GNUMAKE4) -k -f tests.mk ; \
else \