mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Major update of ecpg preprocessor
From: Michael Meskes <meskes@topsystem.de>
This commit is contained in:
@@ -47,7 +47,7 @@ $(shlib): ecpglib.o typename.o
|
||||
clean:
|
||||
rm -f *.o *.a core a.out *~ $(shlib) libecpg.so
|
||||
|
||||
install: libecpg.a
|
||||
install: libecpg.a $(shlib)
|
||||
install -m 644 libecpg.a $(DESTDIR)$(LIBDIR)
|
||||
install -m 644 $(shlib) $(DESTDIR)$(LIBDIR)
|
||||
ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so
|
||||
|
||||
Reference in New Issue
Block a user