mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Add a missing dependency: the "install" target requires "all" to have
been built before it. Per report from Kris Jurka.
This commit is contained in:
parent
2514e904da
commit
3bc89ac9eb
@ -15,7 +15,7 @@
|
|||||||
# for use only by the backend binaries
|
# for use only by the backend binaries
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $PostgreSQL: pgsql/src/port/Makefile,v 1.20 2004/10/06 08:50:02 momjian Exp $
|
# $PostgreSQL: pgsql/src/port/Makefile,v 1.21 2004/10/27 11:51:40 neilc Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ LIBOBJS_SRV := $(patsubst thread.o,thread_srv.o, $(LIBOBJS_SRV))
|
|||||||
all: libpgport.a libpgport_srv.a
|
all: libpgport.a libpgport_srv.a
|
||||||
|
|
||||||
# libpgport is needed by some contrib
|
# libpgport is needed by some contrib
|
||||||
install:
|
install: all
|
||||||
$(INSTALL_STLIB) libpgport.a $(DESTDIR)$(libdir)
|
$(INSTALL_STLIB) libpgport.a $(DESTDIR)$(libdir)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
Loading…
Reference in New Issue
Block a user