From: Bernhard Reutner-Fischer Date: Wed, 22 Aug 2007 16:21:13 +0000 (-0000) Subject: - reinstate accidentally deleted hunk X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ebb9e97b9837e9353955670f51765bad8430cb3;p=buildroot.git - reinstate accidentally deleted hunk --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 69a6ac36fc..2ab84a6a18 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -98,7 +98,7 @@ # UPPERCASE Macro -- transform its argument to uppercase and replace dots and # hyphens to underscores -UPPERCASE = echo $(1) | tr "a-z.-" "A-Z__" +UPPERCASE = $(shell echo $(1) | tr "a-z.-" "A-Z__") # Define extrators for different archive suffixes INFLATE.bz2 = $(BZCAT)