Переглянути джерело

Makefile.am: clean-local already existed. clean starpu-top/starpu_top as well

Nathalie Furmento 13 роки тому
батько
коміт
df34f3fb6b
1 змінених файлів з 1 додано та 3 видалено
  1. 1 3
      Makefile.am

+ 1 - 3
Makefile.am

@@ -73,7 +73,7 @@ all-local:
 	cd starpu-top ; $(QMAKE) ; $(MAKE)
 clean-local:
 	cd starpu-top ; $(QMAKE) ; $(MAKE) clean ; $(RM) Makefile
-	$(RM) starpu_top.1
+	$(RM) starpu_top.1 starpu-top/starpu_top
 # TODO: resources
 install-exec-local:
 	$(MKDIR_P) $(DESTDIR)$(bindir)
@@ -88,8 +88,6 @@ starpu_top.1: starpu-top/starpu_top$(EXEEXT)
 	help2man --no-discard-stderr -N --output=$@ starpu-top/starpu_top$(EXEEXT)
 dist_man1_MANS =\
 	starpu_top.1
-clean-local:
-	$(RM) starpu_top.1
 endif
 endif