Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f66ba560 authored by Luiz Capitulino's avatar Luiz Capitulino Committed by Michal Marek
Browse files

package: Makefile: unbreak binrpm-pkg target



Commit 65013203 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: default avatarLuiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent f722406f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ binrpm-pkg: FORCE
	mv -f $(objtree)/.tmp_version $(objtree)/.version

	$(RPM) $(RPMOPTS) --define "_builddir $(objtree)" --target \
		$(UTS_MACHINE) -bb $<
		$(UTS_MACHINE) -bb $(objtree)/binkernel.spec
	rm binkernel.spec

# Deb target