Hello,

In my Makefile.PL, how can I have 2 MYEXTLIB ?
I have 2 directories, on is OK, it is mylib
I also would like to make a cd mylib2, and run the Makefile (make install).
I tried to change the
sub MY::postamble {
  '
  $(MYEXTLIB): mylib/Makefile
        cd mylib && $(MAKE) $(PASSTHRU)
  $(MYEXTLIB2): mylib2/Makefile
        cd fit_proc && $(MAKE) install $(PASSTHRU)
  ' ;
  }

but it does not work.

Thank.

--
---
==========================================================================
 Patrick DUPRÉ                      |   |
 Department of Chemistry            |   |    Phone: (44)-(0)-1904-434384
 The University of York             |   |    Fax:   (44)-(0)-1904-432516
 Heslington                         |   |
 York YO10 5DD  United Kingdom      |   |    email: pd...@york.ac.uk
==========================================================================
-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/

Reply via email to