From 8c788b1e757bc841b36637c8e6876dcd33d9d809 Mon Sep 17 00:00:00 2001 From: Kevin Coffman Date: Thu, 17 Apr 2003 16:05:58 +0000 Subject: [PATCH] aix-20030417 I had to do the following to do a 'make dest' on AIX in a directory separate from the source: --- src/audit/Makefile.in | 8 ++++---- src/export/cfgexport.c | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/audit/Makefile.in b/src/audit/Makefile.in index b16cde44b..64aebe1d5 100644 --- a/src/audit/Makefile.in +++ b/src/audit/Makefile.in @@ -57,10 +57,10 @@ ${TOP_INCDIR}/afs/audit.h: audit.h dest: ${DEST}/lib/afs/libaudit.a ${DEST}/include/afs/audit.h case ${SYS_NAME} in \ rs_aix*) \ - ${INSTALL} Audit ${DEST}/root.server/usr/afs/local ; \ - ${INSTALL} objects.aix.sample ${DEST}/root.server/usr/afs/local/audit/objects.sample ; \ - ${INSTALL} events.aix.sample ${DEST}/root.server/usr/afs/local/audit/events.sample ; \ - ${INSTALL} config.aix.sample ${DEST}/root.server/usr/afs/local/audit/config.sample ;; \ + ${INSTALL} ${srcdir}/Audit ${DEST}/root.server/usr/afs/local ; \ + ${INSTALL} ${srcdir}/objects.aix.sample ${DEST}/root.server/usr/afs/local/audit/objects.sample ; \ + ${INSTALL} ${srcdir}/events.aix.sample ${DEST}/root.server/usr/afs/local/audit/events.sample ; \ + ${INSTALL} ${srcdir}/config.aix.sample ${DEST}/root.server/usr/afs/local/audit/config.sample ;; \ *) ;; \ esac ; diff --git a/src/export/cfgexport.c b/src/export/cfgexport.c index d13503dcf..c9ae4ace0 100644 --- a/src/export/cfgexport.c +++ b/src/export/cfgexport.c @@ -214,7 +214,9 @@ char *syms; case U800WRMAGIC: case U800ROMAGIC: case U800TOCMAGIC: +#ifdef __XCOFF64__ case U64_TOCMAGIC: +#endif break; default: -- 2.39.5