Re: [PHP-DEV] need help with Makefile

2009-04-19 Thread sean finney
hi greg, On Sun, Apr 19, 2009 at 05:56:46PM -0500, Greg Beaver wrote: > blasted piece of scripting doesn't work: > > @if test "a$(program_prefix)" != "a"; then \ >PEAR_PREFIX = " -dp php_prefix=$(program_prefix)"; \ > fi > @if test "a$(program_suffix)" != "a"; then \ >PEAR_SUFFIX = " -ds p

[PHP-DEV] need help with Makefile

2009-04-19 Thread Greg Beaver
Hi, I never do Makefile stuff, so I need someone who can tell me why this blasted piece of scripting doesn't work: @if test "a$(program_prefix)" != "a"; then \ PEAR_PREFIX = " -dp php_prefix=$(program_prefix)"; \ fi @if test "a$(program_suffix)" != "a"; then \ PEAR_SUFFIX = " -ds php_suf