OSDN Git Service

oops, missed one...
authorMarc G. Fournier <scrappy@hub.org>
Thu, 19 Feb 1998 17:08:57 +0000 (17:08 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 19 Feb 1998 17:08:57 +0000 (17:08 +0000)
src/interfaces/ecpg/lib/Makefile.in

index 4bd615d..97c4c80 100644 (file)
@@ -47,8 +47,10 @@ $(shlib): ecpglib.o typename.o
 clean:
        rm -f *.o *.a core a.out *~ $(shlib) libecpg.so
 
-install: libecpg.a $(shlib)
+install: libecpg.a $(shlib) $(install-shlib-dep)
        $(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR)
+
+install-shlib:
        $(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR)
        ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so