mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Remove DISTDIR.
This commit is contained in:
@@ -54,14 +54,14 @@ clean:
|
||||
rm -f *.o *.a core a.out *~ $(shlib) libecpg.so
|
||||
|
||||
install: libecpg.a $(shlib) $(install-shlib-dep)
|
||||
$(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR)
|
||||
$(INSTALL) $(INSTLOPTS) libecpg.a $(LIBDIR)
|
||||
|
||||
install-shlib:
|
||||
$(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR)
|
||||
ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so
|
||||
$(INSTALL) $(INSTLOPTS) $(shlib) $(LIBDIR)
|
||||
ln -sf $(shlib) $(LIBDIR)/libecpg.so
|
||||
|
||||
uninstall::
|
||||
rm -f $(DESTDIR)$(LIBDIR)/libecpg.a $(DESTDIR)$(LIBDIR)/$(shlib)
|
||||
rm -f $(LIBDIR)/libecpg.a $(LIBDIR)/$(shlib)
|
||||
|
||||
# Rules that do something
|
||||
libecpg.a : libecpg.a(ecpglib.o) libecpg.a(typename.o)
|
||||
|
||||
Reference in New Issue
Block a user