From: Adam Dickmeiss Date: Tue, 6 May 2003 10:06:43 +0000 (+0000) Subject: Include of odr.h does not use -i value. Always set to . X-Git-Tag: YAZ.2.0.2.RH.2~41 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2bf8ed1f3c0b77636bdfd37040afb97c54a7098a Include of odr.h does not use -i value. Always set to . --- 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"