From d55899fd2c5794ac85ecb14d5e2f646a89e4b4dd Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 4 Jun 2014 13:09:56 -0600 Subject: maintainer-makefile: delete obsolete code I noticed this while reading through the file to debug a different issue. The grace period mentioned in the comment has elapsed. * top/maint.mk (build_aux): Drop old code, as threatened. Signed-off-by: Eric Blake --- top/maint.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'top/maint.mk') diff --git a/top/maint.mk b/top/maint.mk index 2e1bae6325..3f369b7161 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -21,13 +21,6 @@ # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) ME := maint.mk -# Diagnostic for continued use of deprecated variable. -# Remove in 2013 -ifneq ($(build_aux),) - $(error "$(ME): \ -set $$(_build-aux) relative to $$(srcdir) instead of $$(build_aux)") -endif - # Helper variables. _empty = _sp = $(_empty) $(_empty) -- cgit v1.2.1