PDA

View Full Version : script from makefile


kent
04-18-2005, 07:14 PM
I'm trying to run a perl / shell script from a makefile but during the runtime execution, the path is set to the location of the makefile. Does anyone know how to run the script with a specific makefile path?


thx

Span
04-22-2005, 11:54 AM
Makefile.PL PREFIX=/path/to/the/directory/where/you/want/the/module