blob: 817ed192604d9ef8b6b3c21980b4c45e651f1db8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-Makefile.am,v 1.3 2020/12/26 05:23:12 mef Exp $
Make sure config.h is not copied at install time, we do not need it.
--- Makefile.am.orig 2019-03-15 04:24:46.000000000 +0000
+++ Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
-nobase_pkginclude_HEADERS = config.h
+#nobase_pkginclude_HEADERS = config.h
GEN_DRV =
PLAT_DRV =
|