summaryrefslogtreecommitdiff
path: root/html/man
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2008-12-29 23:44:18 +0000
committerbfriesen <bfriesen>2008-12-29 23:44:18 +0000
commitac32f150bfdf0b9ce65b7a10f4d0f44982976b17 (patch)
tree8b69093b32cba471d9089d778555fd516f216390 /html/man
parentc9ad1caa77c91669fc17c169114f375db8f1fe90 (diff)
downloadlibtiff-ac32f150bfdf0b9ce65b7a10f4d0f44982976b17.tar.gz
* tools/tiffinfo.c (main): Offset to EXIF IFD requires a 64-bit
type now. Fixes crash when dumping files containing an EXIF IFD. * m4/libtool.m4: Update to libtool 2.2.6.
Diffstat (limited to 'html/man')
-rw-r--r--html/man/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/man/Makefile.in b/html/man/Makefile.in
index 063fd393..be587157 100644
--- a/html/man/Makefile.in
+++ b/html/man/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -311,8 +311,8 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
- && exit 0; \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \