aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-22 19:30:30 +0000
committerRichard M. Stallman1994-11-22 19:30:30 +0000
commit73939f84c08ccdcf3a024e41785898a79f8311d9 (patch)
treee6b3b3d851c67cd318be048f266a07e20731f3a8 /src
parent131cbe12a94fb76d7730877a7551118e0e6c3b75 (diff)
downloademacs-73939f84c08ccdcf3a024e41785898a79f8311d9.tar.gz
emacs-73939f84c08ccdcf3a024e41785898a79f8311d9.zip
(OBJECTS_MACHINE): Define only if AIXHFT.
Diffstat (limited to 'src')
-rw-r--r--src/m/ibmrs6000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 61a87569a38..42642e125ab 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -115,7 +115,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
115 115
116/* Here override various assumptions in ymakefile */ 116/* Here override various assumptions in ymakefile */
117 117
118#ifdef AIXHFT
118#define OBJECTS_MACHINE hftctl.o 119#define OBJECTS_MACHINE hftctl.o
120#endif
121
119#define C_SWITCH_MACHINE -D_BSD 122#define C_SWITCH_MACHINE -D_BSD
120 123
121#ifdef AIX3_2 124#ifdef AIX3_2