Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3bc89ac

Browse files
author
Neil Conway
committed
Add a missing dependency: the "install" target requires "all" to have
been built before it. Per report from Kris Jurka.
1 parent2514e90 commit3bc89ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/port/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#for use only by the backend binaries
1616
#
1717
# IDENTIFICATION
18-
# $PostgreSQL: pgsql/src/port/Makefile,v 1.20 2004/10/06 08:50:02 momjian Exp $
18+
# $PostgreSQL: pgsql/src/port/Makefile,v 1.21 2004/10/27 11:51:40 neilc Exp $
1919
#
2020
#-------------------------------------------------------------------------
2121

@@ -36,7 +36,7 @@ LIBOBJS_SRV := $(patsubst thread.o,thread_srv.o, $(LIBOBJS_SRV))
3636
all: libpgport.a libpgport_srv.a
3737

3838
# libpgport is needed by some contrib
39-
install:
39+
install: all
4040
$(INSTALL_STLIB) libpgport.a$(DESTDIR)$(libdir)
4141

4242
uninstall:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp