diff --git a/make/linux-rpm.mk b/make/linux-rpm.mk index c21fef82..1368a74a 100644 --- a/make/linux-rpm.mk +++ b/make/linux-rpm.mk @@ -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 $@