aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-30 20:08:16 +0000
committerJim Blandy1993-05-30 20:08:16 +0000
commite3de4c5789143cba4c7c51495a63df0699af4ccb (patch)
tree9e2932dca78834d9f4bd76061636acf757b0c73d /src
parentdb0c98090a2ae47bf77d6d0c5ddd82777ec92991 (diff)
downloademacs-e3de4c5789143cba4c7c51495a63df0699af4ccb.tar.gz
emacs-e3de4c5789143cba4c7c51495a63df0699af4ccb.zip
* s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here...
* m/ibmrs6000.h (LIBS_MACHINE): They're already here. Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/m/ibmrs6000.h2
-rw-r--r--src/s/aix3-2.h5
2 files changed, 1 insertions, 6 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 2667613bb8f..a135559884a 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -117,7 +117,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
117 117
118#define OBJECTS_MACHINE hftctl.o 118#define OBJECTS_MACHINE hftctl.o
119#define C_SWITCH_MACHINE -D_BSD 119#define C_SWITCH_MACHINE -D_BSD
120/* cdfwz@r2d2.giss.nasa.gov says -lIM -liconv is needed. */ 120/* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */
121#define LIBS_MACHINE -lrts -lIM -liconv 121#define LIBS_MACHINE -lrts -lIM -liconv
122#define START_FILES 122#define START_FILES
123#define HAVE_SYSVIPC 123#define HAVE_SYSVIPC
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h
index e789a8a7a28..45c64a17012 100644
--- a/src/s/aix3-2.h
+++ b/src/s/aix3-2.h
@@ -19,8 +19,3 @@
19 3.2, and a cc-compiled Emacs works with this undefined. 19 3.2, and a cc-compiled Emacs works with this undefined.
20 --karl@cs.umb.edu. */ 20 --karl@cs.umb.edu. */
21#undef SYSTEM_MALLOC 21#undef SYSTEM_MALLOC
22
23/*
24 IBM's X11R5 use these libraries in AIX 3.2.2. */
25
26#define LIBS_SYSTEM -lIM -liconv