mirror of https://github.com/postgres/postgres
Add dependencies required for parallel make
This commit is contained in:
parent
c6d103a494
commit
5e00df3568
|
@ -39,6 +39,9 @@ else
|
|||
@$(missing) flex $< $@
|
||||
endif
|
||||
|
||||
c_keywords.o ecpg_keywords.o keywords.o pgc.o: preproc.h
|
||||
|
||||
|
||||
distprep: $(srcdir)/preproc.c $(srcdir)/preproc.h $(srcdir)/pgc.c
|
||||
|
||||
install: all installdirs
|
||||
|
|
Loading…
Reference in New Issue