git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2033fa9
)
tsm41-makefile-fix-20090609
author
Derrick Brashear
<shadow@dementia.org>
Tue, 9 Jun 2009 14:46:51 +0000 (14:46 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 9 Jun 2009 14:46:51 +0000 (14:46 +0000)
LICENSE IPL10
fix form of case statement in makefile for tsm41
src/tsm41/Makefile.in
patch
|
blob
|
history
diff --git
a/src/tsm41/Makefile.in
b/src/tsm41/Makefile.in
index
45f9a03
..
dae3c65
100644
(file)
--- 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*) \