diff options
| author | Jim Blandy | 1993-05-30 20:08:16 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-30 20:08:16 +0000 |
| commit | e3de4c5789143cba4c7c51495a63df0699af4ccb (patch) | |
| tree | 9e2932dca78834d9f4bd76061636acf757b0c73d /src/m | |
| parent | db0c98090a2ae47bf77d6d0c5ddd82777ec92991 (diff) | |
| download | emacs-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/m')
| -rw-r--r-- | src/m/ibmrs6000.h | 2 |
1 files changed, 1 insertions, 1 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 |