diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-05 21:11:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-05 21:11:48 +0000 |
commit | 22dd0ce5f27f5d2d9edcdf9274e25512aaca3428 (patch) | |
tree | e2b782ff010a56ea2e9279c09eba9da417793b43 | |
parent | 9390aecd60b33ca35819cbdbefc922a9f88593ce (diff) | |
download | coreutils-22dd0ce5f27f5d2d9edcdf9274e25512aaca3428.tar.xz |
(unit-test): Depend on t-fpending.
Make the target .PHONY.
-rw-r--r-- | lib/Makefile.am | 3 |
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 |