> + echo "#define RUNTIME_LINKER \"$(rtlddir)/$(rtld-installed-name)\"" \ Since there is nothing at sh level that should be expanded inside the string, I'd use single quotes (and thus no need for \ on the inner "). Otherwise good.