summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 16:21:13 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 16:21:13 +0000
commit7ebb9e97b9837e9353955670f51765bad8430cb3 (patch)
tree237f448751ba2bba67c9857d566528bfe835402f /package
parent72e402609c67650cef9c4f1d6e87ac223284ea39 (diff)
- reinstate accidentally deleted hunk
Diffstat (limited to 'package')
-rw-r--r--package/Makefile.autotools.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index 69a6ac36f..2ab84a6a1 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)