blob: 8e7f8aefbfb00ae9ec818a38c12eb33249049861 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.3 2009/03/23 00:07:34 joerg Exp $
--- Makefile.in.orig 2009-02-02 01:47:53.000000000 +0100
+++ Makefile.in
@@ -784,10 +784,6 @@ uninstall-am: uninstall-nobase_dist_data
uninstall-nobase_dist_dataDATA \
uninstall-nobase_dist_pkgdataDATA
-
-# We need to ensure the help cache is world writeable
-install-data-hook:
- chmod 0666 $(help_cache)
# 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:
|