Re: pgsql/src/backend/utils/adt like.c like_match.c

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql/src/backend/utils/adt like.c like_match.c
Date: 2001-10-04 22:36:01
Message-ID: Pine.LNX.4.30.0110042308300.877-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane writes:

> Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> > Do you want this kind of depedency in Makefie?
>
> > like.c: like_match.c
>
> Shouldn't it be like.o to like_match.c?

Technically yes, but since it's an #included file you don't need it at all
if all you want is to get it to compile. For complete dependencies it's
--enable-depend and this one will be included automatically.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-04 22:39:34 pgsql/src/bin/psql large_obj.c
Previous Message Peter Eisentraut 2001-10-04 22:34:50 Re: pgsql/doc/src/sgml backup.sgml