Skip to content

Commit dde9684

Browse files
committed
Unbreak the VPATH build.
My commit ddfe26f of 2010-02-03 broke it. Per buildfarm.
1 parent b8a0467 commit dde9684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/utils/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fmgrtab.c: Gen_fmgrtab.pl $(catalogdir)/Catalog.pm $(top_srcdir)/src/include/cat
2727
$(PERL) -I $(catalogdir) $< $(top_srcdir)/src/include/catalog/pg_proc.h
2828

2929
errcodes.h: $(top_srcdir)/src/backend/utils/errcodes.txt generate-errcodes.pl
30-
$(PERL) generate-errcodes.pl $< > $@
30+
$(PERL) $(srcdir)/generate-errcodes.pl $< > $@
3131

3232
ifneq ($(enable_dtrace), yes)
3333
probes.h: Gen_dummy_probes.sed

src/pl/plpgsql/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848

4949
# generate plerrcodes.h from src/backend/utils/errcodes.txt
5050
plerrcodes.h: $(top_srcdir)/src/backend/utils/errcodes.txt generate-plerrcodes.pl
51-
$(PERL) generate-plerrcodes.pl $< > $@
51+
$(PERL) $(srcdir)/generate-plerrcodes.pl $< > $@
5252

5353
distprep: pl_gram.h pl_gram.c plerrcodes.h
5454

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy