mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 07:47:12 -04:00
18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
$NetBSD: patch-aa,v 1.9 2015/07/26 15:58:53 spz Exp $
|
|
|
|
Use subdirectory for include files.
|
|
|
|
--- build/gnuauto/include/Makefile.am.orig 2006-10-06 09:25:13.000000000 +0000
|
|
+++ build/gnuauto/include/Makefile.am
|
|
@@ -53,8 +53,8 @@
|
|
# acknowledgment is not required but would be appreciated.
|
|
#
|
|
|
|
-#tidyincdir = $(includedir)/tidy
|
|
-tidyincdir = $(includedir)
|
|
+tidyincdir = $(includedir)/tidy
|
|
+#tidyincdir = $(includedir)
|
|
|
|
tidyinc_HEADERS = \
|
|
platform.h \
|