Преглед изворни кода

- also filter out headers-y

Bernhard Reutner-Fischer пре 15 година
родитељ
комит
a31726d36b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Rules.mak

+ 1 - 1
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