diff options
author | Mystery Man <unknown@mandriva.org> | 2005-05-25 08:56:46 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2005-05-25 08:56:46 +0000 |
commit | 45e61de16e073594e8532af5b1fff8e76901ee88 (patch) | |
tree | eda23f712150bace0146c6011c39319484f1a715 /perl-install/c/Makefile | |
parent | 2be3766b2c1fafa44da4b93b2851044d977a128a (diff) | |
download | drakx-backup-do-not-use-MDK10-LACIE-restore-2.tar drakx-backup-do-not-use-MDK10-LACIE-restore-2.tar.gz drakx-backup-do-not-use-MDK10-LACIE-restore-2.tar.bz2 drakx-backup-do-not-use-MDK10-LACIE-restore-2.tar.xz drakx-backup-do-not-use-MDK10-LACIE-restore-2.zip |
This commit was manufactured by cvs2svn to create tagMDK10-LACIE-restore-2
'MDK10-LACIE-restore-2'.
Diffstat (limited to 'perl-install/c/Makefile')
-rw-r--r-- | perl-install/c/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/perl-install/c/Makefile b/perl-install/c/Makefile deleted file mode 100644 index 0d09a8919..000000000 --- a/perl-install/c/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -.PHONY: clean - -MAKEIT = $(MAKE) -f Makefile_c LD_RUN_PATH= - -stuff: %: %.xs - test -e Makefile_c || perl Makefile.PL - $(MAKEIT) || $(MAKEIT) - rm -f ../auto/c ; ln -s ../c/blib/arch/auto ../auto/c - -clean: - test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ *.o stuff.xs probe.c - -stuff.xs: %: %.pl - rm -f $@ - perl $< > $@ - chmod a-w $@ |