OSDN Git Service

LAtest cvs has a little bug in src/interfaces/ecpg/lib/Makefile.in
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Oct 1998 16:17:33 +0000 (16:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Oct 1998 16:17:33 +0000 (16:17 +0000)
commite7663e34b84550a0b714b00841f7359deb29368f
treef7dd5d9644e108ef91df6350d7655eea06f9d83f
parent3f20878791b85210997780a6d55b1da3fea1f0c8
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
src/interfaces/ecpg/lib/Makefile.in