From 8acdea865038475cdb1884abe889a4175975aa2f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 1 Jul 1999 17:10:27 +0000 Subject: *** empty log message *** --- perl-install/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 178b3c15a..d71fdb961 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -1,5 +1,5 @@ SO_FILES = c/blib/arch/auto/c/c.so -PMS = *.pm resize_fat/*.pm commands diskdrake +PMS = *.pm c/*.pm resize_fat/*.pm commands diskdrake DEST = /tmp/t DESTREP4PMS = $(DEST)/usr/bin/perl-install PERL = ./perl @@ -21,7 +21,7 @@ tar: clean cd .. ; tar cfy perl-install.tar.bz2 --exclude perl-install/perl perl-install c/c.xs: c/c.xs.pm - chmod u+w $@ + rm -f $@ perl $< > $@ chmod a-w $@ -- cgit v1.2.1