From: Derrick Brashear Date: Tue, 9 Jun 2009 14:46:51 +0000 (+0000) Subject: tsm41-makefile-fix-20090609 X-Git-Tag: openafs-stable-1_4_12pre1~75 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=46b82654bac23bea2ff6beaedc596a8065b8fc10;p=packages%2Fo%2Fopenafs.git tsm41-makefile-fix-20090609 LICENSE IPL10 fix form of case statement in makefile for tsm41 (cherry picked from commit a8614747878cedef5e54f10dcc7296034a88e738) Change-Id: I673e66b9a3e957c20f0d84fe31bee11f26d3e341 Reviewed-on: http://gerrit.openafs.org/925 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/tsm41/Makefile.in b/src/tsm41/Makefile.in index c00e41776..b462a751b 100644 --- a/src/tsm41/Makefile.in +++ b/src/tsm41/Makefile.in @@ -93,7 +93,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*) \