File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ sub GenerateFiles
276
276
|| IsNewer(' fmgr-stamp' , ' ../../../src/include/access/transam.h' ))
277
277
{
278
278
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 "
280
280
);
281
281
open (my $f , ' >' , ' fmgr-stamp' )
282
282
|| confess " Could not touch fmgr-stamp" ;
527
527
{
528
528
chdir (' src/backend/catalog' );
529
529
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 " );
531
531
open (my $f , ' >' , ' bki-stamp' )
532
532
|| confess " Could not touch bki-stamp" ;
533
533
close ($f );
You can’t perform that action at this time.
0 commit comments