1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-22 02:52:08 +03:00

Makefile required some cleaning up for install and make

This commit is contained in:
Marc G. Fournier
1998-02-19 17:08:22 +00:00
parent 24549df4bf
commit e53b5269ca

View File

@ -48,8 +48,8 @@ clean:
rm -f *.o *.a core a.out *~ $(shlib) libecpg.so rm -f *.o *.a core a.out *~ $(shlib) libecpg.so
install: libecpg.a $(shlib) install: libecpg.a $(shlib)
install -m 644 libecpg.a $(DESTDIR)$(LIBDIR) $(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR)
install -m 644 $(shlib) $(DESTDIR)$(LIBDIR) $(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR)
ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so
uninstall:: uninstall::