Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
1d63f10a51
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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)