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

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/utils/adt like.c like_match.c
Date: 2001-10-04 04:17:37
Message-ID: 20011004131737P.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> Shouldn't it be like.o to like_match.c? Actually you probably need
>
> like.o: like.c like_match.c
>
> to keep gmake from deriving the wrong default make rule ...

Done. Also I modified regex/Makefile to add the dependency for
regexec.c.
--
Tatsuo Ishii

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-10-04 04:23:13 pgsql/doc TODO
Previous Message ishii 2001-10-04 04:16:16 pgsql/src/backend/regex Makefile