radiance (4R0+20100729-1) cal-Rmakefile-missing-deps

Summary

 src/cal/Rmakefile |    3 +++
 1 file changed, 3 insertions(+)

    
download this patch

Patch contents

From a040198bc34807173d0650ccb4fbe2a68975c1c2 Mon Sep 17 00:00:00 2001
From: Bernd Zeimetz <bernd@bzed.de>
Date: Tue, 6 May 2008 02:21:40 +0200
Subject: [PATCH] Update cal/Rmakefile to be able to use the system's libtiff.

Also add a proper dependency on rtmath.h and tifftypes.h for tabfunc.o.

--- a/src/cal/Rmakefile
+++ b/src/cal/Rmakefile
@@ -59,3 +59,6 @@ calc.o ev.o rcalc.o:	../common/calcomp.h
 total.o rcalc.o:	../common/platform.h
 
 rcalc.o:	../common/rterror.h ../common/rtmisc.h ../common/rtio.h
+
+tabfunc.o:	../common/rtmath.h 
+