mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +03:00
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
This commit is contained in:
parent
3f20878791
commit
e7663e34b8
@ -75,7 +75,7 @@ endif
|
||||
all: lib$(NAME).a $(shlib)
|
||||
|
||||
$(shlib): ecpglib.sho.o typename.sho.o
|
||||
$(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho typename.sho.o
|
||||
$(LD) $(LDFLAGS_SL) -o $@ ecpglib.sho.o typename.sho.o
|
||||
|
||||
clean:
|
||||
rm -f *.o *.sho *.a core a.out *~ $(shlib) lib$(NAME)$(DLSUFFIX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user