diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/man-pages-posix/gen.rc | 2 | ||||
| -rw-r--r-- | pkg/tz/gen.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/man-pages-posix/gen.rc b/pkg/man-pages-posix/gen.rc index fe97395a..22a16525 100644 --- a/pkg/man-pages-posix/gen.rc +++ b/pkg/man-pages-posix/gen.rc @@ -1,4 +1,4 @@ -rule manpages 'rc ./$dir/manpages.rc $builddir/$repo.git $out $srcdir $outdir' ; with\ +rule manpages 'rc ./$dir/manpages.rc $repo $out $srcdir $outdir' ; with\ deps gcc\ depfile '$out.d' build '$outdir'/manpages.index manpages '|' '$dir'/manpages.rc config.rc '||' '$outdir'/fetch.stamp diff --git a/pkg/tz/gen.rc b/pkg/tz/gen.rc index b2a9377e..e86c8ef9 100644 --- a/pkg/tz/gen.rc +++ b/pkg/tz/gen.rc @@ -20,7 +20,7 @@ tzdata=(\ factory\ ) build '$outdir'/tzdata.index awk '$srcdir'/$tzdata '|' scripts/hash.rc '$dir/tzdata.awk' ; with\ - expr '-f $dir/tzdata.awk out=$outdir/zoneinfo repo=$builddir/$repo.git' + expr '-f $dir/tzdata.awk out=$outdir/zoneinfo repo=$repo' index_inputs=($index_inputs '$outdir'/tzdata.index) fetch git |
