diff options
Diffstat (limited to 'perl-install/c')
-rw-r--r-- | perl-install/c/Makefile | 2 | ||||
-rw-r--r-- | perl-install/c/stuff.xs.pl (renamed from perl-install/c/stuff.xs.pm) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/Makefile b/perl-install/c/Makefile index a494da760..a553ca2f6 100644 --- a/perl-install/c/Makefile +++ b/perl-install/c/Makefile @@ -12,7 +12,7 @@ clean: test ! -e Makefile_c || $(MAKE) -f Makefile_c clean rm -f *~ *.o stuff.xs pcmcia_probe.c -stuff.xs: %: %.pm +stuff.xs: %: %.pl rm -f $@ C_RPM=$(C_RPM) C_DRAKX=$(C_DRAKX) perl $< > $@ chmod a-w $@ diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pl index 2253c419e..2253c419e 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pl |