Przeglądaj źródła

debian/rules: use “$(MAKE)” instead of “make”

Raphaël Hertzog 16 lat temu
rodzic
commit
078364191d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -129,7 +129,7 @@ binary: binary-arch binary-indep
 clean:
 	dh_testdir
 
-	[ ! -f Makefile ] || make distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf build-tree
 	dh_clean