diff options
author | Russ Cox <rsc@swtch.com> | 2011-08-02 14:28:04 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-08-02 14:28:04 -0400 |
commit | fc567f476a9cb381a50a94a355c4e0dd990b2539 (patch) | |
tree | 9bfabb0a7d3c13f6e853b47e0eae7e7d9c888c31 /src/libthread/mkfile | |
parent | babe3439cc2bb8baa027be65da67d02d980ebb05 (diff) | |
download | plan9port-fc567f476a9cb381a50a94a355c4e0dd990b2539.tar.gz plan9port-fc567f476a9cb381a50a94a355c4e0dd990b2539.tar.bz2 plan9port-fc567f476a9cb381a50a94a355c4e0dd990b2539.zip |
build: OS X 64-bit build
R=rsc
http://codereview.appspot.com/4838047
Diffstat (limited to 'src/libthread/mkfile')
-rw-r--r-- | src/libthread/mkfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libthread/mkfile b/src/libthread/mkfile index 99f899cc..9c06f331 100644 --- a/src/libthread/mkfile +++ b/src/libthread/mkfile @@ -52,6 +52,4 @@ test:V: tprimes tspawn echo tspawn should take 3 seconds, not 6 $PLAN9/bin/time ./tspawn sleep 3 >/dev/null -CLEANFILES=p1.txt p2.txt tp1.txt tp2.txt - - +CLEANFILES=p1.txt p2.txt tp1.txt tp2.txt test/*.$O |