summaryrefslogtreecommitdiff
path: root/cross/avrdude/patches/patch-ad
blob: cd3f3d48ced30dfdd8ab77e5012054022cc547de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.3 2007/09/28 21:11:50 dmcmahill 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 @@
 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 ; \