1.1 diff -r 9c85a4cd88a3 -r b80cb5a4282a Makefile 1.2 --- a/Makefile Wed Jan 02 16:39:39 2002 +0000 1.3 +++ b/Makefile Tue Jan 22 09:42:42 2002 +0000 1.4 @@ -1,6 +1,6 @@ 1.5 # tiff2pdf: build a PDF file out of one or more TIFF Class F Group 4 files 1.6 # Makefile 1.7 -# $Id: Makefile,v 1.7 2001/12/30 23:24:50 eric Exp $ 1.8 +# $Id: Makefile,v 1.8 2002/01/22 01:41:12 eric Exp $ 1.9 # Copyright 2001 Eric Smith <eric@brouhaha.com> 1.10 # 1.11 # This program is free software; you can redistribute it and/or modify 1.12 @@ -34,7 +34,7 @@ 1.13 AUTO_HDRS = parser.tab.h 1.14 AUTO_MISC = parser.output 1.15 1.16 -tiff2pdf: tiff2pdf.o scanner.o semantics.o parser.tab.o 1.17 +tiff2pdf: tiff2pdf.o scanner.o semantics.o parser.tab.o bitblt.o 1.18 1.19 bitblt_test: bitblt_test.o bitblt.o 1.20