When concatenating variables in Makefile, strip spaces in case one is empty
authorIan Lynagh <igloo@earth.li>
Sat, 15 Mar 2008 14:17:51 +0000 (14:17 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 15 Mar 2008 14:17:51 +0000 (14:17 +0000)
commitb808a3175fcfb4fcf0f77ca1ebd5f97eecf7001d
tree9d5e3c91280d07d3cffa5d160c4b1fa6d150fdfe
parent8cf861ba91941412e93f70a916233223aebf686e
When concatenating variables in Makefile, strip spaces in case one is empty
Otherwise "$(A) $(B)" will not be equal to "" even if A and B are empty.
Trac #856.
rts/Makefile