LAtest cvs has a little bug in src/interfaces/ecpg/lib/Makefile.in
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/lib/Makefile.in | modified | +1 −1 |