mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Unbreak the VPATH build.
My commit ddfe26f644
of 2010-02-03 broke it.
Per buildfarm.
This commit is contained in:
parent
b8a0467e10
commit
dde9684d65
@ -27,7 +27,7 @@ fmgrtab.c: Gen_fmgrtab.pl $(catalogdir)/Catalog.pm $(top_srcdir)/src/include/cat
|
||||
$(PERL) -I $(catalogdir) $< $(top_srcdir)/src/include/catalog/pg_proc.h
|
||||
|
||||
errcodes.h: $(top_srcdir)/src/backend/utils/errcodes.txt generate-errcodes.pl
|
||||
$(PERL) generate-errcodes.pl $< > $@
|
||||
$(PERL) $(srcdir)/generate-errcodes.pl $< > $@
|
||||
|
||||
ifneq ($(enable_dtrace), yes)
|
||||
probes.h: Gen_dummy_probes.sed
|
||||
|
@ -48,7 +48,7 @@ endif
|
||||
|
||||
# generate plerrcodes.h from src/backend/utils/errcodes.txt
|
||||
plerrcodes.h: $(top_srcdir)/src/backend/utils/errcodes.txt generate-plerrcodes.pl
|
||||
$(PERL) generate-plerrcodes.pl $< > $@
|
||||
$(PERL) $(srcdir)/generate-plerrcodes.pl $< > $@
|
||||
|
||||
distprep: pl_gram.h pl_gram.c plerrcodes.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user