summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/files.alpha')
-rw-r--r--sys/conf/files.alpha8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index f817a51..c932b64 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -79,12 +79,12 @@ clock_if.o standard \
no-implicit-rule local
clock_if.c standard \
dependency "$S/kern/makedevops.pl $S/alpha/alpha/clock_if.m" \
- compile-with "perl $S/kern/makedevops.pl -c $S/alpha/alpha/clock_if.m" \
+ compile-with "perl5 $S/kern/makedevops.pl -c $S/alpha/alpha/clock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "clock_if.c"
clock_if.h standard \
dependency "$S/kern/makedevops.pl $S/alpha/alpha/clock_if.m" \
- compile-with "perl $S/kern/makedevops.pl -h $S/alpha/alpha/clock_if.m" \
+ compile-with "perl5 $S/kern/makedevops.pl -h $S/alpha/alpha/clock_if.m" \
no-obj no-implicit-rule before-depend \
clean "clock_if.h"
alpha/tlsb/tlsb.c optional tlsb
@@ -120,12 +120,12 @@ mcclock_if.o optional mcclock \
no-implicit-rule local
mcclock_if.c standard \
dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
- compile-with "perl $S/kern/makedevops.pl -c $S/dev/dec/mcclock_if.m" \
+ compile-with "perl5 $S/kern/makedevops.pl -c $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "mcclock_if.c"
mcclock_if.h optional mcclock \
dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
- compile-with "perl $S/kern/makedevops.pl -h $S/dev/dec/mcclock_if.m" \
+ compile-with "perl5 $S/kern/makedevops.pl -h $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend \
clean "mcclock_if.h"
alpha/alpha/elf_machdep.c standard
OpenPOWER on IntegriCloud