From: Jim Meyering Date: Tue, 17 Dec 1996 22:44:57 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_14a~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ef2abf7e9d6d2691d290aa1650297e8983307bd;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index 1bd6a73..fe906ad 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.