On Sun, 25 Apr 2004, geos@epost.de (Georg Schwarz) wrote: > How can I specify a variable that ends on a whitespace character (e.g. > in /etc/mk.conf or some other bmake script)? This works: _OPSYS_RPATH_NAME = "rpath " all: echo "'$(_OPSYS_RPATH_NAME)'" Or maybe I don't understand the question? --jkl