tools: patch: make patch build depend on automake
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 14 Oct 2018 13:25:37 +0000 (15:25 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:22:06 +0000 (17:22 +0100)
commit1adb3b28a9c1b3a8302a467eaa4cb07a4c5becd4
tree966151424f168df8b457a91353b60bf6298f3130
parented32045bcc645e15b5e9f44061efa218024d5137
tools: patch: make patch build depend on automake

The Makefile.am changed and now patch wants to use automake to
regenerate the Makefile.in. Make sure automake was build before we build
patch.

This fixes build problem seen by the build bots.
Fixes: 4797dddfde6 ("patch: apply upstream cve fixes")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(backported from 07e8c217cb79a19c59fcb34ea6de39aa91a625b6)
tools/Makefile