diff options
author | Bruce Momjian | 1998-10-15 16:17:33 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-10-15 16:17:33 +0000 |
commit | e7663e34b84550a0b714b00841f7359deb29368f (patch) | |
tree | f7dd5d9644e108ef91df6350d7655eea06f9d83f /src/man/postgres.1 | |
parent | 3f20878791b85210997780a6d55b1da3fea1f0c8 (diff) |
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
Diffstat (limited to 'src/man/postgres.1')
0 files changed, 0 insertions, 0 deletions