mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
fe-misc.c depends on pg_config_paths.h
Declare this in Makefile to avoid failures in parallel compiles. Author: Lionel Elie Mamane
This commit is contained in:
parent
17118825b8
commit
0c88086df3
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ libpq.rc libpq-dist.rc: libpq.rc.in
|
|||
libpq.rc: $(top_builddir)/src/Makefile.global
|
||||
|
||||
fe-connect.o: fe-connect.c $(top_builddir)/src/port/pg_config_paths.h
|
||||
fe-misc.o: fe-misc.c $(top_builddir)/src/port/pg_config_paths.h
|
||||
|
||||
$(top_builddir)/src/port/pg_config_paths.h:
|
||||
$(MAKE) -C $(top_builddir)/src/port pg_config_paths.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue