diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-03-07 16:20:44 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-03-07 16:20:44 +0000 |
commit | 579ecba2cd190faf6de6fad2365910222c6e6c4a (patch) | |
tree | f24b9824c54c1fd3fee51f127716bbb20cbfb6a2 /regress/usr.bin/tsort/Makefile | |
parent | 89f709f3cfd67cbc87884f1e6aabd3f27bc1ea17 (diff) |
Somehow I left my tsort there...
and the canonical output looks much better with a blank line removed.
Note that the last test needs large amounts of memory to finish (especially
the perl part).
Diffstat (limited to 'regress/usr.bin/tsort/Makefile')
-rw-r--r-- | regress/usr.bin/tsort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/tsort/Makefile b/regress/usr.bin/tsort/Makefile index 4676683b92c..e5b206f2fb1 100644 --- a/regress/usr.bin/tsort/Makefile +++ b/regress/usr.bin/tsort/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2001/02/22 18:12:42 espie Exp $ +# $OpenBSD: Makefile,v 1.2 2001/03/07 16:20:42 espie Exp $ NOMAN= NOPROG= @@ -27,7 +27,7 @@ t3.out: pairs3 tsort <pairs3 >$@ t4.out: pairs4 - /home/espie/openbsd/tsort/obj/tsort <pairs4 >$@ + tsort <pairs4 >$@ pairs3: perl ${.CURDIR}/build-tree 4 8 >$@ |