Преглед на файлове

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

Samuel Thibault преди 12 години
родител
ревизия
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)