X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a7e3d17ab85e33ec3124c7ad02514a24c5d12ea5..b1a88e8b8c215a64c86e605de92ae65de4ce014c:/Makefile diff --git a/Makefile b/Makefile index 43323a1..103a3be 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,6 @@ clean: .SECONDEXPANSION: -data/writing-latn.inc.pl: $$(@F) - perl -MData::Dumper -wE 'my @t = do "$<" or die $$@; print Data::Dumper->new([\@t])->Terse(1)->Quotekeys(0)->Indent(1)->Dump' | sponge $@ +data/writing-latn.inc.pl: tools/perlinc-static $$(@F) + $< $(word 2,$^) | sponge $@