浏览代码

Do not fail if qmake-generated binary is not just starpu_top$(EXEEXT)

Samuel Thibault 11 年之前
父节点
当前提交
4a59e3f481
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -103,7 +103,7 @@ clean-local:
 # TODO: resources
 install-exec-local:
 	$(MKDIR_P) $(DESTDIR)$(bindir)
-	$(INSTALL_STRIP_PROGRAM) starpu-top/starpu_top$(EXEEXT) $(DESTDIR)$(bindir)
+	-$(INSTALL_STRIP_PROGRAM) starpu-top/starpu_top$(EXEEXT) $(DESTDIR)$(bindir)
 uninstall-local:
 	$(RM) $(DESTDIR)$(bindir)/starpu_top$(EXEEXT)
 	$(RM) starpu-top/starpu_top$(EXEEXT)