diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-14 06:56:43 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-14 07:11:11 +0200 |
commit | 0acaf5127ede7fc0eac16c950e4a450e76962ff9 (patch) | |
tree | 0230245f222f5b698247f445a1a650077f2cc5ab /Makefile.common | |
parent | d1428ab987921f077b67a82b3aa3d569e1bfabce (diff) | |
download | drakx-0acaf5127ede7fc0eac16c950e4a450e76962ff9.tar drakx-0acaf5127ede7fc0eac16c950e4a450e76962ff9.tar.gz drakx-0acaf5127ede7fc0eac16c950e4a450e76962ff9.tar.bz2 drakx-0acaf5127ede7fc0eac16c950e4a450e76962ff9.tar.xz drakx-0acaf5127ede7fc0eac16c950e4a450e76962ff9.zip |
further simplify through substitution references
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
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 |