File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,10 @@ storage/lmgr/lwlocknames.h: storage/lmgr/generate-lwlocknames.pl storage/lmgr/lw
139139utils/errcodes.h : utils/generate-errcodes.pl utils/errcodes.txt
140140 $(MAKE ) -C utils errcodes.h
141141
142- utils/fmgroids.h utils/fmgrprotos.h : utils/Gen_fmgrtab.pl catalog/Catalog.pm $(top_srcdir ) /src/include/catalog/pg_proc.h
142+ # see explanation in parser/Makefile
143+ utils/fmgrprotos.h : utils/fmgroids.h ;
144+
145+ utils/fmgroids.h : utils/Gen_fmgrtab.pl catalog/Catalog.pm $(top_srcdir ) /src/include/catalog/pg_proc.h
143146 $(MAKE ) -C utils $(notdir $@ )
144147
145148utils/probes.h : utils/probes.d
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ all: errcodes.h fmgroids.h fmgrprotos.h probes.h
2121$(SUBDIRS:% =%-recursive): fmgroids.h fmgrprotos.h
2222
2323# see explanation in ../parser/Makefile
24- fmgroids.h fmgrprotos.h : fmgrtab.c ;
24+ fmgrprotos.h : fmgroids.h ;
25+ fmgroids.h : fmgrtab.c ;
2526
2627fmgrtab.c : Gen_fmgrtab.pl $(catalogdir ) /Catalog.pm $(top_srcdir ) /src/include/catalog/pg_proc.h
2728 $(PERL ) -I $(catalogdir ) $< $(top_srcdir ) /src/include/catalog/pg_proc.h
You can’t perform that action at this time.
0 commit comments