mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08: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…
Reference in New Issue
Block a user