blob: ab8a8408adc50ddb577f724183fb9115c492785c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-as,v 1.4 2007/09/07 10:39:36 taca Exp $
--- Makefile.in.orig 2007-08-12 21:40:44.000000000 +0900
+++ Makefile.in
@@ -728,7 +728,7 @@ dist-hook:
install-pinger:
chown root $(DEFAULT_PINGER)
- chmod 4711 $(DEFAULT_PINGER)
+ chmod 4511 $(DEFAULT_PINGER)
# 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.
.NOEXPORT:
|