]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Makefile
package/pkg-generic: handle host-fakedate as a regular dependency
[coffee/buildroot.git] / Makefile
index 33c87b5ebb52666588aec14611bccf7fa0e34aa9..925d6e4aec4ec1e699cf32c30050fcc5f3a4b7db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -255,7 +255,6 @@ export LC_ALL = C
 export GZIP = -n
 BR2_VERSION_GIT_EPOCH = $(shell GIT_DIR=$(TOPDIR)/.git $(GIT) log -1 --format=%at)
 export SOURCE_DATE_EPOCH ?= $(if $(wildcard $(TOPDIR)/.git),$(BR2_VERSION_GIT_EPOCH),$(BR2_VERSION_EPOCH))
-DEPENDENCIES_HOST_PREREQ += host-fakedate
 endif
 
 # To put more focus on warnings, be less verbose as default