[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: variables from shell output in makefile



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

andremachado wrote:
> #	EXT_DIR=`/usr/bin/php-config --extension-dir`;
> 	EXT_DIR = $(shell /usr/bin/php-config --extension-dir);

This is not an assignment in this form. Try removing the spaces
surrounding the "=". Didn't you get something like "EXT_DIR: command not
found"?



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFZ26cGJRwVVqzMkMRAohKAJ9MzL6AEmDjoPtNprLlKbnXRToLXACfZge+
8n/ncq29gEWVuV5g7V0LsDc=
=To5Z
-----END PGP SIGNATURE-----



Reply to: