Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in
Date
Msg-id 199810151615.MAA15411@candle.pha.pa.us
Whole thread Raw
In response to small bug in src/interfaces/ecpg/lib/Makefile.in  (Oleg Bartunov <oleg@sai.msu.su>)
List 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@sai.msu.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@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: AW: [HACKERS] PostgreSQL v6.4 BETA2...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: order by and index path