From a6a4ec768eaf66b208d1184856006c2dfa2f85f6 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 15 Oct 2007 18:33:49 +0000 Subject: [PATCH] STABLE14-darwin-install-fstrace-catalog-20071015 fstrace needs the message catalog to be useful. install it. (cherry picked from commit d66f71cc08fe1d992e4354938a8968cae03d1ce0) --- src/afs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/Makefile.in b/src/afs/Makefile.in index c03c8b90ca..9293c1185a 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 ;; \