We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53b526 commit 70ddf2dCopy full SHA for 70ddf2d
src/interfaces/ecpg/lib/Makefile.in
@@ -47,8 +47,10 @@ $(shlib): ecpglib.o typename.o
47
clean:
48
rm -f *.o *.a core a.out *~ $(shlib) libecpg.so
49
50
-install: libecpg.a $(shlib)
+install: libecpg.a $(shlib) $(install-shlib-dep)
51
$(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR)
52
+
53
+install-shlib:
54
$(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR)
55
ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so
56
0 commit comments