Mercurial > emacs
changeset 20098:e86f41e696b1
(LD_SWITCH_MACHINE): Conditionalize this
on THIS_IS_MAKEFILE instead of on emacs.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 21 Oct 1997 02:57:44 +0000 |
parents | 531623bfd08e |
children | f4b3337de362 |
files | src/m/ibmrs6000.h |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibmrs6000.h Tue Oct 21 02:54:50 1997 +0000 +++ b/src/m/ibmrs6000.h Tue Oct 21 02:57:44 1997 +0000 @@ -165,9 +165,7 @@ which most machines don't have. We use the name .inp instead of .imp because .inp is a better convention to use in make-dist for naming random input files. */ -#ifdef emacs /* Prevent this from being used in configure. - This also makes it not be used in lib-src, - but that is probably ok. */ +#ifdef THIS_IS_MAKEFILE /* Don't use this in configure. */ #ifdef AIX4 #define LD_SWITCH_MACHINE -Wl,-bnodelcsect #else /* not AIX4 */ @@ -177,7 +175,7 @@ #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp #endif #endif /* not AIX4 */ -#endif +#endif /* THIS_IS_MAKEFILE */ /* Avoid gcc 2.7.x collect2 bug by using /bin/ld instead. */ #if __GNUC__ == 2 && __GNUC_MINOR__ == 7