From: Derrick Brashear Date: Mon, 15 Oct 2007 18:28:57 +0000 (+0000) Subject: DEVEL15-darwin-install-fstrace-catalog-20071015 X-Git-Tag: openafs-devel-1_5_26~29 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6ed73ec7bb994b01364d3622731efa8ebf8ac066;p=packages%2Fo%2Fopenafs.git DEVEL15-darwin-install-fstrace-catalog-20071015 fstrace needs the message catalog to be useful. install it. (cherry picked from commit d66f71cc08fe1d992e4354938a8968cae03d1ce0) --- diff --git a/src/afs/Makefile.in b/src/afs/Makefile.in index c03c8b90c..9293c1185 100644 --- a/src/afs/Makefile.in +++ b/src/afs/Makefile.in @@ -137,7 +137,7 @@ dest: ${DEST}/include/afs/afs.h ${DEST}/include/afs/osi_inode.h ${DEST}/includ ${INSTALL} longc_procs.h ${DEST}/include/afs ;; \ esac case ${SYS_NAME} in \ - next_mach30 | vax_ul43 | *_darwin* | i386_fbsd* ) \ + i386_fbsd* ) \ echo skipping afszcm.cat install for ${SYS_NAME} ;; \ * ) \ ${INSTALL} afszcm.cat ${DEST}/root.client/usr/vice/etc/C ;; \