From: Derrick Brashear Date: Tue, 9 Jun 2009 14:46:51 +0000 (+0000) Subject: tsm41-makefile-fix-20090609 X-Git-Tag: openafs-devel-1_5_61~235 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a8614747878cedef5e54f10dcc7296034a88e738;p=packages%2Fo%2Fopenafs.git tsm41-makefile-fix-20090609 LICENSE IPL10 fix form of case statement in makefile for tsm41 --- diff --git a/src/tsm41/Makefile.in b/src/tsm41/Makefile.in index 45f9a0333..dae3c655e 100644 --- a/src/tsm41/Makefile.in +++ b/src/tsm41/Makefile.in @@ -97,7 +97,7 @@ aix_ktc_null.o: ${srcdir}/aix_ktc.c ${CCRULE} aix_auth.o: - case ${SYS_NAME} in \ + @set -e; set -x; case "$(SYS_NAME)" in \ rs_aix4*) \ ${CC} ${CFLAGS} -c ${srcdir}/aix41_auth.c -o $@ ;; \ rs_aix5*) \