diff options
Diffstat (limited to 'perl-install/resize_fat/Makefile')
-rw-r--r-- | perl-install/resize_fat/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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 |