Externals - Fixed minor typo in error message
authorJohn Hodge <[email protected]>
Tue, 19 Nov 2013 01:35:15 +0000 (09:35 +0800)
committerJohn Hodge <[email protected]>
Tue, 19 Nov 2013 01:35:15 +0000 (09:35 +0800)
Externals/config.mk

index f61fb94..5e688b5 100644 (file)
@@ -8,7 +8,7 @@ ifeq ($(ARCH),x86)
 else ifeq ($(ARCH),x86_64)
  BFD := x86_64
 else
- $(error No BFD translation for $(ARCH) in Externals/core.mk)
+ $(error No BFD translation for $(ARCH) in Externals/config.mk)
 endif
 
 #PREFIX=$(ACESSDIR)/Externals/Output

UCC git Repository :: git.ucc.asn.au