Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: oleg(at)sai(dot)msu(dot)su (Oleg Bartunov)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in
Date: 1998-10-15 16:15:27
Message-ID: 199810151615.MAA15411@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Applied.

> LAtest cvs has a little bug in src/interfaces/ecpg/lib/Makefile.in
>
> $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho typename.sho.o
>
> must be
> $(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho.o typename.sho.o
> ^^
>
> Regards,
>
> Oleg
>
> _____________________________________________________________
> Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
> Sternberg Astronomical Institute, Moscow University (Russia)
> Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
> phone: +007(095)939-16-83, +007(095)939-23-83
>
>
>

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1998-10-15 16:28:20 Re: [HACKERS] PostgreSQL v6.4 BETA2...
Previous Message Bruce Momjian 1998-10-15 16:12:22 Re: [HACKERS] Re: order by and index path