From 0acaf5127ede7fc0eac16c950e4a450e76962ff9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 May 2014 06:56:43 +0200 Subject: further simplify through substitution references --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 596723c43..11aa0414b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -15,7 +15,7 @@ #***************************************************************************** ARCH := $(patsubst i%86,i386,$(shell uname -m)) -ARCH := $(patsubst sparc%,sparc,$(ARCH)) +ARCH := $(ARCH:sparc%=sparc) #- default lib is glibc (honoured by main Makefile whenever possible) L = GLIBC -- cgit v1.2.1