--- trunk/OOPSE-3.0/make/Makefile.in 2005/04/11 19:06:57 2158 +++ trunk/OOPSE-3.0/make/Makefile.in 2005/04/11 19:49:43 2159 @@ -243,7 +243,7 @@ ifndef __have_eval __ignore := $(eval __have_eval := $(true)) ifndef __have_eval - uc = $(shell echo $1 | tr "A-Z" "a-z") + uc = $(shell echo $1 | tr "a-z" "A-Z") lc = $(shell echo $1 | tr "A-Z" "a-z") else uc = $(call tr,$([a-z]),$([A-Z]),$1)