diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-17 22:44:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-17 22:44:57 +0000 |
commit | 8ef2abf7e9d6d2691d290aa1650297e8983307bd (patch) | |
tree | 6cd3c9d124573bb15a1765332eb7c0ee9046b0f4 /tests | |
parent | 5e55e49972bc141ddeff9c252703eb085be05fb4 (diff) | |
download | coreutils-8ef2abf7e9d6d2691d290aa1650297e8983307bd.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/join/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index 1bd6a73be..fe906adce 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -186,7 +186,9 @@ $x-tests: @MAINT@mk-script Test.pm .pl: rm -f $@ $@.tmp - $(editpl) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@ + $(editpl) $< > $@.tmp + chmod +x-w $@.tmp + mv $@.tmp $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |