summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-05 21:11:48 +0000
committerJim Meyering <jim@meyering.net>2004-12-05 21:11:48 +0000
commit22dd0ce5f27f5d2d9edcdf9274e25512aaca3428 (patch)
treee2b782ff010a56ea2e9279c09eba9da417793b43 /lib/Makefile.am
parent9390aecd60b33ca35819cbdbefc922a9f88593ce (diff)
downloadcoreutils-22dd0ce5f27f5d2d9edcdf9274e25512aaca3428.tar.xz
(unit-test): Depend on t-fpending.
Make the target .PHONY.
Diffstat (limited to 'lib/Makefile.am')
-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