mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
18 lines
491 B
Plaintext
18 lines
491 B
Plaintext
$NetBSD: patch-aa,v 1.8 2011/01/21 21:18:12 wiz Exp $
|
|
|
|
Use subdirectory for include files.
|
|
|
|
--- build/gnuauto/include/Makefile.am.orig 2005-07-03 14:59:55.000000000 +0200
|
|
+++ build/gnuauto/include/Makefile.am 2005-07-03 15:00:07.000000000 +0200
|
|
@@ -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 \
|