scripts/mk: Remove unneeded conditionals
commit39ec63cea5e62b920e7a62360bb2634abbe48add
authorNicolas Boulenguez <nicolas@debian.org>
Fri, 11 Mar 2022 03:40:21 +0000 (11 04:40 +0100)
committerGuillem Jover <guillem@debian.org>
Sun, 13 Mar 2022 16:44:37 +0000 (13 17:44 +0100)
treec35f1ab9c1b442647d45aeba59f9432108d82d11
parentbb508d489a62fa589b3d44e1f7a0c38cabebcc59
scripts/mk: Remove unneeded conditionals

The ?= had no effect when the previous test was succeeding. Make that
explicit with an 'else'.

The 'ifdef' was always succeeding because previous stanza sets $1.

Signed-off-by: Guillem Jover <guillem@debian.org>
scripts/mk/buildtools.mk