From fb77cab84379b7c286ad5f336d850d3b6db3e833 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 24 Jul 2002 21:58:13 +0000 Subject: rename stuff.xs.pm to stuff.xs.pl (since it's a prog, not a module) (it helps for not having stuff.xs.pm in PMS) --- perl-install/c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/c/Makefile') 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 $@ -- cgit v1.2.1