diff options
Diffstat (limited to 'cross/avrdude/patches/patch-ac')
-rw-r--r-- | cross/avrdude/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cross/avrdude/patches/patch-ac b/cross/avrdude/patches/patch-ac new file mode 100644 index 00000000000..ce82071353e --- /dev/null +++ b/cross/avrdude/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 2007/09/28 21:11:49 dmcmahill Exp $ + +the builtin [ on at least solaris doesn't understand -e + +--- doc/Makefile.am.orig 2005-09-26 07:38:24.000000000 -0400 ++++ doc/Makefile.am 2007-09-28 07:13:20.202430000 -0400 +@@ -34,5 +34,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 ; \ |