diff --git a/Makefile b/Makefile index 45d908e9b45eeaea38a329fe72d789028a2242a5..90ec0d855942f181329694157e7e7365f1f409a0 100644 --- a/Makefile +++ b/Makefile @@ -64,10 +64,11 @@ MODSQZ = modsqz OBJASM = objasm RM = remove WIPE = -wipe +PERL = do <Perl$Dir>.perl # Note the output redirection on the end of this macro to enable parameters # to match those of the old application xtentries. -XTENT = perl build:xtentries > +XTENT = ${PERL} build:xtentries > DIFF = gnu.diff -df >null: