diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 0001c0e..edfbeb4 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -1540,10 +1540,6 @@ if test -r cd.n; then rm -f cd.n.* $ZIP cd.n fi -if test -r clock.n; then - rm -f clock.n.* - $ZIP clock.n -fi if test -r close.n; then rm -f close.n.* $ZIP close.n @@ -1894,6 +1890,10 @@ if test -r time.n; then rm -f time.n.* $ZIP time.n fi +if test -r tm.n; then + rm -f tm.n.* + $ZIP tm.n +fi if test -r trace.n; then rm -f trace.n.* $ZIP trace.n |