2010/4/23 Marcel Holtmann <marcel(a)holtmann.org>:
> @@ -426,5 +426,5 @@ include/ofono/%.h: include/%.h
> -clean-local: include/ofono
> - @$(RM) -r $<
> +clean-local:
> + $(RM) -rf include/ofono
what is this trying to fix?
An error happening if you do make clean twice, or distclean followed
by clean. I have no idea what the original construct is trying to
achieve.
And you removed the @ in front of the command.
I removed @ so it is consistent with Automake's clean rules. Other rm
commands are shown when you say make clean.
--
Pekka.Pessi mail at
nokia.com