From 623a55a3f7d9802b96ce915ed4dd0623a07351c4 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 22 Aug 1994 23:18:42 +0000 Subject: [PATCH] (LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp. --- src/m/ibmrs6000.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 17a2cf41693..221d0ce2f95 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -147,11 +147,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ because .inp is a better convention to use in make-dist for naming random input files. */ #ifdef HAVE_AIX_SMT_EXP -#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:m/ibmrs6000.inp,-bI:/usr/lpp/X11/bin/smt.exp +#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,-bI:/usr/lpp/X11/bin/smt.exp #else -#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:m/ibmrs6000.inp +#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp #endif -/* AIX supposedly doesn't use this interface, but on thr RS/6000 +/* AIX supposedly doesn't use this interface, but on the RS/6000 it apparently does. */ #define NLIST_STRUCT -- 2.39.5