summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0ba18bdcc..53e32c6b1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -251,7 +251,8 @@ EXTRA_DIST += getopt_.h getopt_int.h
check: unit-test
-unit-test:
+.PHONY: unit-test
+unit-test: t-fpending
./t-fpending > /dev/null
# We need the following in order to create an <getopt.h> when the system