AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
November 2003

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2003.11.14 20:06 "Makefile.in:153 bug in mention of libtiff/tif_color.c", by Chris Hanson
2003.11.15 19:52 "Makefile.in:153 bug in mention of libtiff/tif_color.c", by Frank Warmerdam

2003.11.14 20:06 "Makefile.in:153 bug in mention of libtiff/tif_color.c", by Chris Hanson

In the file listing in Makefile.in:153 libtiff/tif_color.c lacks a 
trailing slash, which Causes Problems.

I've appended the trivial patch.

   -- Chris

-- 
Chris Hanson <cmh@bdistributed.com>
bDistributed.com, Inc.
Outsourcing Vendor Evaluation
Custom Mac OS X Development
Cocoa Developer Training


[eva:~/Projects/External/libtiff] cmh% cvs -q -z5 diff -c Makefile.in
Index: Makefile.in
===================================================================
RCS file: /cvsroot/osrs/libtiff/Makefile.in,v
retrieving revision 1.40
diff -c -r1.40 Makefile.in
*** Makefile.in 13 Nov 2003 19:52:55 -0000      1.40
--- Makefile.in 14 Nov 2003 20:04:14 -0000
***************
*** 150,156 ****
             libtiff/tif_close.c                 \
             libtiff/tif_codec.c                 \
             libtiff/tif_compress.c              \
!           libtiff/tif_color.c
             libtiff/tif_dir.h                   \
             libtiff/tif_dir.c                   \
             libtiff/tif_dirinfo.c               \
--- 150,156 ----
             libtiff/tif_close.c                 \
             libtiff/tif_codec.c                 \
             libtiff/tif_compress.c              \
!           libtiff/tif_color.c                 \
             libtiff/tif_dir.h                   \
             libtiff/tif_dir.c                   \
             libtiff/tif_dirinfo.c               \