diff --git a/rules.mk b/rules.mk index 9d8b9f8f90..84e0aaadc6 100644 --- a/rules.mk +++ b/rules.mk @@ -355,10 +355,6 @@ define shexport export $(call shvar,$(1))=$$(call $(1)) endef -define include_mk -$(eval -include $(if $(DUMP),,$(STAGING_DIR)/mk/$(strip $(1)))) -endef - # Execute commands under flock # $(1) => The shell expression. # $(2) => The lock name. If not given, the global lock will be used.