mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Unbreak the VPATH build.
My commit ddfe26f644 of 2010-02-03 broke it.
Per buildfarm.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user