瀏覽代碼

tools/Makefile.am: fix command line when calling help2man

	Do not understand why executable needs to be suffixed with ./ and shell scripts do not ....
Nathalie Furmento 12 年之前
父節點
當前提交
1d63f10a51
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tools/Makefile.am

+ 2 - 2
tools/Makefile.am

@@ -116,10 +116,10 @@ starpu_workers_activity.1: starpu_workers_activity$(EXEEXT)
 	help2man --no-discard-stderr -N --output=$@ ./$<
 starpu_codelet_profile.1: starpu_codelet_profile$(EXEEXT)
 	chmod +x $<
-	help2man --no-discard-stderr -N --output=$@ ./$<
+	help2man --no-discard-stderr -N --output=$@ $<
 starpu_codelet_histo_profile.1: starpu_codelet_histo_profile$(EXEEXT)
 	chmod +x $<
-	help2man --no-discard-stderr -N --output=$@ ./$<
+	help2man --no-discard-stderr -N --output=$@ $<
 
 if STARPU_USE_FXT
 starpu_fxt_tool.1: starpu_fxt_tool$(EXEEXT)