diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index a715b83be28..cba9dffddc8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -114,6 +114,7 @@ SHELL=/bin/sh | |||
| 114 | 114 | ||
| 115 | /* Under GNUstep, putting libc on the link line causes problems. */ | 115 | /* Under GNUstep, putting libc on the link line causes problems. */ |
| 116 | #ifdef NS_IMPL_GNUSTEP | 116 | #ifdef NS_IMPL_GNUSTEP |
| 117 | #undef LIB_STANDARD | ||
| 117 | #define LIB_STANDARD | 118 | #define LIB_STANDARD |
| 118 | #endif | 119 | #endif |
| 119 | 120 | ||
| @@ -238,8 +239,8 @@ STARTFILES = START_FILES | |||
| 238 | /* Pull in stuff from GNUstep-make. */ | 239 | /* Pull in stuff from GNUstep-make. */ |
| 239 | FOUNDATION_LIB=gnu | 240 | FOUNDATION_LIB=gnu |
| 240 | GUI_LIB=gnu | 241 | GUI_LIB=gnu |
| 241 | include $(GNUSTEP_MAKEFILES)/Additional/base.make | 242 | include @GNUSTEP_MAKEFILES@/Additional/base.make |
| 242 | include $(GNUSTEP_MAKEFILES)/Additional/gui.make | 243 | include @GNUSTEP_MAKEFILES@/Additional/gui.make |
| 243 | shared=no | 244 | shared=no |
| 244 | #endif | 245 | #endif |
| 245 | 246 | ||
| @@ -899,8 +900,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ | |||
| 899 | ../lisp/mouse.elc \ | 900 | ../lisp/mouse.elc \ |
| 900 | ../lisp/term/x-win.elc \ | 901 | ../lisp/term/x-win.elc \ |
| 901 | ../lisp/term/ns-win.elc \ | 902 | ../lisp/term/ns-win.elc \ |
| 902 | ../lisp/ns-carbon-compat.elc \ | 903 | ../lisp/ns-carbon-compat.elc |
| 903 | ../lisp/emacs-lisp/easymenu.elc | ||
| 904 | 904 | ||
| 905 | /* Construct full set of libraries to be linked. | 905 | /* Construct full set of libraries to be linked. |
| 906 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 906 | Note that SunOS needs -lm to come before -lc; otherwise, you get |