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? Actually you probably need
like.o: like.c like_match.c
to keep gmake from deriving the wrong default make rule ...
regards, tom lane
In response to
Responses
pgsql-committers by date
| Next: | From: ishii | Date: 2001-10-04 04:13:41 |
| Subject: pgsql/src/backend/utils/adt Makefile |
| Previous: | From: Tatsuo Ishii | Date: 2001-10-04 03:27:37 |
| Subject: Re: pgsql/src/backend/utils/adt like.c like_match.c |