linux-rpm.mk: Add patches.done to LOCAL_PRE_BUILD, instead of redefining it

This commit is contained in:
Jan Lindemann 2005-04-04 13:49:39 +00:00 committed by Jan Lindemann
commit 19b700a4ed

View file

@ -71,7 +71,7 @@ PATCHES += $(wildcard $(LINUX_KERNEL_PATCH_DIR)/*-$(KERNEL_VERSI
$(wildcard $(LINUX_KERNEL_PATCH_DIR)/*-$(KERNEL_VERSION).diff)
LOCAL_PATCHES = $(notdir $(PATCHES))
LOCAL_PRE_BUILD = patches.done
LOCAL_PRE_BUILD += patches.done
# exports
export KERNEL_VERSION