summaryrefslogtreecommitdiff
path: root/cross/avrdude/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'cross/avrdude/patches/patch-ad')
-rw-r--r--cross/avrdude/patches/patch-ad10
1 files changed, 6 insertions, 4 deletions
diff --git a/cross/avrdude/patches/patch-ad b/cross/avrdude/patches/patch-ad
index cd3f3d48ced..059a4d62d32 100644
--- a/cross/avrdude/patches/patch-ad
+++ b/cross/avrdude/patches/patch-ad
@@ -1,13 +1,15 @@
-$NetBSD: patch-ad,v 1.3 2007/09/28 21:11:50 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.4 2009/08/27 15:34:48 hasso Exp $
regen
---- doc/Makefile.in.orig 2006-10-09 10:48:11.000000000 -0400
-+++ doc/Makefile.in 2007-09-28 07:13:38.829348000 -0400
-@@ -504,5 +504,5 @@
+--- doc/Makefile.in.orig 2009-07-11 00:52:12 +0200
++++ doc/Makefile.in
+@@ -617,7 +617,7 @@ html: avrdude-html/avrdude.html
+
avrdude-html/avrdude.html: $(srcdir)/$(info_TEXINFOS)
texi2html -split_node $(srcdir)/$(info_TEXINFOS)
- if [ -e ./avrdude.html -o -e ./avrdude_1.html ]; then \
+ if [ -f ./avrdude.html -o -f ./avrdude_1.html ]; then \
mkdir -p avrdude-html ; \
mv -f *.html avrdude-html ; \
+ else \