Selaa lähdekoodia

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

Nathalie Furmento 13 vuotta sitten
vanhempi
commit
8c2b55e3f6
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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: