blob: e4d712c45714a33e5d0bf8d22aa5e9fd2fb9b6b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-Makefile.in,v 1.2 2012/09/28 03:33:30 dholland Exp $
Do not descend into osdep, it creates an empty library, which systems such
as Solaris do not like.
--- Makefile.in.orig 2007-05-12 10:17:57.000000000 +0000
+++ Makefile.in
@@ -213,5 +213,5 @@ target_alias = @target_alias@
#
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = include lib osdep examples
+SUBDIRS = include lib examples
DIST_SUBDIRS = osdep include lib examples perl python
pcdir = $(libdir)/pkgconfig
|