From 2bf8ed1f3c0b77636bdfd37040afb97c54a7098a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 6 May 2003 10:06:43 +0000 Subject: [PATCH] Include of odr.h does not use -i value. Always set to . --- util/yaz-comp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/yaz-comp b/util/yaz-comp index 31e741b..f7a1c06 100755 --- a/util/yaz-comp +++ b/util/yaz-comp @@ -6,7 +6,7 @@ exec tclsh "$0" "$@" # (c) Index Data 1996-2003 # See the file LICENSE for details. # -# $Id: yaz-comp,v 1.4 2003-04-14 17:02:12 adam Exp $ +# $Id: yaz-comp,v 1.5 2003-05-06 10:06:43 adam Exp $ # set yc_version 0.3 @@ -1110,7 +1110,7 @@ proc asnModules {} { puts $file(outh) "\#ifndef ${ppname}_H" puts $file(outh) "\#define ${ppname}_H" puts $file(outh) {} - puts $file(outh) "\#include <$inf(h-dir)odr.h>" + puts $file(outh) "\#include " if {[info exists file(outp)]} { puts $file(outp) "\#ifndef ${ppname}_P_H" -- 1.7.10.4