From 530a16ec071db0e24e6e949e265a96848864967c Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 19 Jan 2011 10:44:49 +0000 Subject: add mes5-2.6.33 branch --- perl-install/resize_fat/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 perl-install/resize_fat/Makefile (limited to 'perl-install/resize_fat/Makefile') diff --git a/perl-install/resize_fat/Makefile b/perl-install/resize_fat/Makefile new file mode 100644 index 000000000..9078b361a --- /dev/null +++ b/perl-install/resize_fat/Makefile @@ -0,0 +1,10 @@ +.PHONY: clean + +c_rewritten: %: %.xs + test -e Makefile_c || perl Makefile.PL + $(MAKE) -f Makefile_c LD_RUN_PATH= || $(MAKE) -f Makefile_c LD_RUN_PATH= + rm -f ../auto/resize_fat ; ln -s ../resize_fat/blib/arch/auto ../auto/resize_fat + +clean: + test ! -e Makefile_c || $(MAKE) -f Makefile_c clean + rm -f *~ *.o -- cgit v1.2.1