perf doc: Fix perfman.info build
[linux-2.6-microblaze.git] / tools / perf / Documentation / Makefile
index 6e54979..859ec14 100644 (file)
@@ -331,7 +331,7 @@ $(OUTPUT)perfman.texi: $(MAN_XML) cat-texi.perl
        mv $@+ $@
 
 $(OUTPUT)perfman.info: $(OUTPUT)perfman.texi
-       $(QUIET_MAKEINFO)$(MAKEINFO) --no-split --no-validate $*.texi
+       $(QUIET_MAKEINFO)$(MAKEINFO) --no-split --no-validate -o $@ $*.texi
 
 $(patsubst %.txt,%.texi,$(MAN_TXT)): %.texi : %.xml
        $(QUIET_DB2TEXI)$(RM) $@+ $@ && \