small bug in src/interfaces/ecpg/lib/Makefile.in

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: hackers(at)postgreSQL(dot)org
Subject: small bug in src/interfaces/ecpg/lib/Makefile.in
Date: 1998-10-15 15:05:31
Message-ID: Pine.GSO.3.96.SK.981015190230.19322B-100000@ra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 1998-10-15 15:09:27 Re: [SQL] Optimizing perfomance using indexes
Previous Message Jan Wieck 1998-10-15 15:03:51 Statistics on key distribution (was: Re: order by and index path)