Makefile.in: Makefile.dep is not optional for external dependenciesnasm-2.15rc4
commit9e5e5ec5b6a07328b4ca6260d0d3266fef4fc8c0
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Fri, 5 Jun 2020 01:44:23 +0000 (4 18:44 -0700)
committerH. Peter Anvin (Intel) <hpa@zytor.com>
Fri, 5 Jun 2020 01:44:23 +0000 (4 18:44 -0700)
tree04ad9ee46dfaade24127c1ed8ebcaf7036fbb0b8
parent12308896bb9418596684e2b89dd82cca49acbf2c
Makefile.in: Makefile.dep is not optional for external dependencies

If we have external dependencies, we need Makefile.dep to exist;
this forces make to invoke the Makefile.dep target if this file is
missing.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Makefile.in