blob: f88311e91eb024cfb6307124d521cdb4eba12e1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.7 2005/10/04 18:00:49 wiz Exp $
--- 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 \
|