File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ sub GenerateFiles
276276 || IsNewer(' fmgr-stamp' , ' ../../../src/include/access/transam.h' ))
277277 {
278278 system (
279- " perl -I ../catalog Gen_fmgrtab.pl -I ../../../src/include/ $pg_proc_dat "
279+ " perl -I ../catalog Gen_fmgrtab.pl --include-path ../../../src/include/ $pg_proc_dat "
280280 );
281281 open (my $f , ' >' , ' fmgr-stamp' )
282282 || confess " Could not touch fmgr-stamp" ;
527527 {
528528 chdir (' src/backend/catalog' );
529529 my $bki_srcs = join (' ../../../src/include/catalog/' , @bki_srcs );
530- system (" perl genbki.pl -I ../../../src/include/ --set-version=$self ->{majorver} $bki_srcs " );
530+ system (" perl genbki.pl --include-path ../../../src/include/ --set-version=$self ->{majorver} $bki_srcs " );
531531 open (my $f , ' >' , ' bki-stamp' )
532532 || confess " Could not touch bki-stamp" ;
533533 close ($f );
You can’t perform that action at this time.
0 commit comments