From a31726d36b7670a214ef9f3661b1d02a671d798b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 23 Feb 2009 09:23:17 +0000 Subject: - also filter out headers-y --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 4e909f211..fa6af537a 100644 --- a/Rules.mak +++ b/Rules.mak @@ -567,7 +567,7 @@ ifeq ($(LDSO_GNU_HASH_SUPPORT),y) # Be sure that binutils support it LDFLAGS_GNUHASH:=$(call check_ld,--hash-style=gnu) ifeq ($(LDFLAGS_GNUHASH),) -ifneq ($(filter-out install_headers,$(MAKECMDGOALS)),) +ifneq ($(filter-out install_headers headers-y,$(MAKECMDGOALS)),) $(error Your binutils don't support --hash-style option, while you want to use it) endif else -- cgit v1.2.3