* Rules (static-only-routines rule): Remove spurious space in dep.
ifdef static-only-routines
# These routines are to be omitted from the shared library object,
# so we replace the PIC objects for them with the empty object file.
-$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx) empty.o
+$(static-only-routines:%=$(objpfx)%.so): %.so: $(objpfx)empty.o
rm -f $@
ln $< $@
endif