Skip to content
Snippets Groups Projects
Commit 0c88086d authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

fe-misc.c depends on pg_config_paths.h

Declare this in Makefile to avoid failures in parallel compiles.

Author: Lionel Elie Mamane
parent 17118825
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment