浏览代码

Makefile.am: renaming of StarPU-Top to starpu_top

Nathalie Furmento 13 年之前
父节点
当前提交
2577b0db97
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

@@ -78,8 +78,8 @@ install-exec-local:
 	$(MKDIR_P) $(DESTDIR)$(bindir)
 	$(INSTALL_STRIP_PROGRAM) starpu-top/starpu_top $(DESTDIR)$(bindir)
 uninstall-local:
-	$(RM) $(DESTDIR)$(bindir)/StarPU-Top
-	$(RM) starpu-top/StarPU-Top
+	$(RM) $(DESTDIR)$(bindir)/starpu_top
+	$(RM) starpu-top/starpu_top
 	$(RM) starpu-top/Makefile
 
 if STARPU_HAVE_HELP2MAN