summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-06-18 16:34:45 +0000
committerRoland McGrath <roland@gnu.org>1994-06-18 16:34:45 +0000
commit857324510aef43c5aa095a4a4713a6f73fa077d6 (patch)
treef8bae6c1c86690156f8f356a1acad47e4a8db049 /=Maketools
parentf2452d0ebf0faf1263401d1d439029b42570af4f (diff)
Formerly Maketools.~17~
Diffstat (limited to '=Maketools')
-rw-r--r--=Maketools2
1 files changed, 1 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index 6e06d76a..21fb722b 100644
--- a/=Maketools
+++ b/=Maketools
@@ -29,7 +29,7 @@ endif
CC=gcc $(CCTYPE) -O2
MIGHOSTCC= gcc $(MIGHOSTCCTYPE) -O2
ifeq (,$(wildcard /usr/local/lib/migcom))
-MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom
+MIGCOM=rsh $(mighost) cd `pwd` \; umask `umask` \; /usr/local/lib/migcom
else
MIGCOM=/usr/local/lib/migcom
endif