浏览代码

Makefile.am: use the existing rule to build starpu-top

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

+ 1 - 2
Makefile.am

@@ -68,8 +68,7 @@ nodist_versinclude_HEADERS = 			\
 	include/starpu_config.h
 
 if BUILD_STARPU_TOP
-starpu-top/starpu_top$(EXEEXT):
-	cd starpu-top ; $(QMAKE) ; $(MAKE)
+starpu-top/starpu_top$(EXEEXT): all-local
 all-local:
 	cd starpu-top ; $(QMAKE) ; $(MAKE)
 clean-local: