string := " are you ok" nospace := $(strip $(string)) all: @echo $(string) @echo $(nospace)
[beyes@SLinux temp3]$ make are you ok are you ok