diff options
Diffstat (limited to 'perl-install/resize_fat')
-rw-r--r-- | perl-install/resize_fat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/resize_fat/Makefile b/perl-install/resize_fat/Makefile index 14a578ea3..520c18cdb 100644 --- a/perl-install/resize_fat/Makefile +++ b/perl-install/resize_fat/Makefile @@ -2,7 +2,7 @@ c_rewritten: %: %.xs test -e Makefile_c || perl Makefile.PL - $(MAKE) -f Makefile_c + $(MAKE) -f Makefile_c LD_RUN_PATH= rm -f ../auto/resize_fat ; ln -s ../resize_fat/blib/arch/auto ../auto/resize_fat clean: |