blob: d4be048b8e983160d06a1b0bae22f23366652535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1.1.1 2006/11/03 21:12:55 joerg Exp $
--- Makefile.in.orig 2006-11-02 10:01:13.000000000 +0000
+++ Makefile.in
@@ -649,7 +649,6 @@ uninstall-info: uninstall-info-recursive
install-exec-hook:
- cd $(DESTDIR)$(libdir) && rm -f libXaw.so && ln -s $(DEFAULT_LIB) libXaw.so
# 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:
|