linux-rpm.mk: Change EXTRAVERSION after having run $(LOCAL_PRE_BUILD)

This commit is contained in:
Jan Lindemann 2005-01-11 15:05:16 +00:00 committed by Jan Lindemann
commit 1bf6e2a802

View file

@ -92,7 +92,7 @@ unpack.done: $(KERNEL_PKG)
tar -xzf $(KERNEL_PKG)
touch $@
%.lxdone: unpack.done linux-$(KERNEL_VERSION)/Makefile config-$(KERNEL_VERSION) $(LOCAL_PRE_BUILD)
%.lxdone: unpack.done config-$(KERNEL_VERSION) $(LOCAL_PRE_BUILD) linux-$(KERNEL_VERSION)/Makefile
$(BUILD) $(basename $@)
touch $@