From: Luiz Capitulino Date: Wed, 15 May 2013 16:06:26 +0000 (-0400) Subject: package: Makefile: unbreak binrpm-pkg target X-Git-Tag: v3.10-rc2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f66ba560943ae21f5d1e505bad0a3591823b2b37;p=pandora-kernel.git package: Makefile: unbreak binrpm-pkg target Commit 6501320311664e11ad5489fedb17ea1f817c2617 dropped the rpm spec as a prerequisite for the binrpm-pkg target but forgot to update $< usage, which causes the rule to break. This commit fixes that by replacing $< with the spec name. Signed-off-by: Luiz Capitulino Signed-off-by: Michal Marek --- Reading git-diff-tree failed