On Sat, Apr 14, 2012 at 12:19:03AM +0200, Lluís Vilanova wrote:
> -     rm -f $(GENERATED_HEADERS)
> -     rm -f $(GENERATED_SOURCES)
> +     rm -f $(foreach f,$(GENERATED_HEADERS),$(f) $(f)-timestamp */$(f) 
> */$(f)-timestamp)
> +     rm -f $(foreach f,$(GENERATED_SOURCES),$(f) $(f)-timestamp */$(f) 
> */$(f)-timestamp)

Why */$(f) */$(f)-timestamp?

Stefan

Reply via email to