blob: 3b6dac467ef6ff316f0015dcbd8c5e395a7073af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- build/gnuauto/include/Makefile.am.orig Sat Jan 18 15:23:43 2003
+++ build/gnuauto/include/Makefile.am Thu Feb 20 23:42:21 2003
@@ -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 \
|