diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-11-07 20:35:37 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-11-07 20:35:37 +0000 |
commit | bc186d1e9a004e4a5f932387c1722e6ac19839fa (patch) | |
tree | bce2f11134d9d75d1744b0e33b7ba2080f7e3ba4 /Rules.mak | |
parent | 6630516b0a000e0ac9769eceda72881f788b23b0 (diff) |
- fix whitespace
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -410,7 +410,7 @@ endif ifeq ($(LDSO_GNU_HASH_SUPPORT),y) # Be sure that binutils support it -LDFLAGS_GNUHASH :=$(call check_ld,--hash-style=gnu) +LDFLAGS_GNUHASH:=$(call check_ld,--hash-style=gnu) ifeq ($(LDFLAGS_GNUHASH),) $(error Your binutils don't support --hash-style option, while you want to use it) else |