diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 4100edf4712..a5ea5498a49 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -426,7 +426,7 @@ base_obj = dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \ | |||
| 426 | thread.o systhread.o \ | 426 | thread.o systhread.o \ |
| 427 | $(if $(HYBRID_MALLOC),sheap.o) \ | 427 | $(if $(HYBRID_MALLOC),sheap.o) \ |
| 428 | $(MSDOS_OBJ) $(MSDOS_X_OBJ) $(NS_OBJ) $(CYGWIN_OBJ) $(FONT_OBJ) \ | 428 | $(MSDOS_OBJ) $(MSDOS_X_OBJ) $(NS_OBJ) $(CYGWIN_OBJ) $(FONT_OBJ) \ |
| 429 | $(W32_OBJ) $(WINDOW_SYSTEM_OBJ) $(XGSELOBJ) $(JSON_OBJ) $(GMP_OBJ) | 429 | $(W32_OBJ) $(WINDOW_SYSTEM_OBJ) $(XGSELOBJ) $(JSON_OBJ) |
| 430 | obj = $(base_obj) $(NS_OBJC_OBJ) | 430 | obj = $(base_obj) $(NS_OBJC_OBJ) |
| 431 | 431 | ||
| 432 | ## Object files used on some machine or other. | 432 | ## Object files used on some machine or other. |