Makefile.in: add $(X) to the list of suffixes
commit717695f440c531d8a8cd9a39a019420af3c8aab1
authorH. Peter Anvin <hpa@zytor.com>
Fri, 7 Apr 2017 06:33:42 +0000 (6 23:33 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 7 Apr 2017 06:33:42 +0000 (6 23:33 -0700)
tree5d1869ac406a2d14cdedc6aef75451a1913d6622
parent910ae64b31304a4c43034036ed5aeb9a870fb951
Makefile.in: add $(X) to the list of suffixes

If $(X) is not empty, it needs to be added as a suffix, otherwise the
rule .$(O)$(X) won't do anything at all.

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