diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 7d15b7afd51..e6f23811eda 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -424,8 +424,6 @@ ALL_CXX_CFLAGS = $(EMACS_CFLAGS) \ | |||
| 424 | .cc.o: | 424 | .cc.o: |
| 425 | $(AM_V_CXX)$(CXX) -c $(CPPFLAGS) $(ALL_CXX_CFLAGS) $(PROFILING_CFLAGS) $< | 425 | $(AM_V_CXX)$(CXX) -c $(CPPFLAGS) $(ALL_CXX_CFLAGS) $(PROFILING_CFLAGS) $< |
| 426 | 426 | ||
| 427 | ## lastfile must follow all files whose initialized data areas should | ||
| 428 | ## be dumped as pure by dump-emacs. | ||
| 429 | base_obj = dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \ | 427 | base_obj = dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \ |
| 430 | charset.o coding.o category.o ccl.o character.o chartab.o bidi.o \ | 428 | charset.o coding.o category.o ccl.o character.o chartab.o bidi.o \ |
| 431 | $(CM_OBJ) term.o terminal.o xfaces.o $(XOBJ) $(GTK_OBJ) $(DBUS_OBJ) \ | 429 | $(CM_OBJ) term.o terminal.o xfaces.o $(XOBJ) $(GTK_OBJ) $(DBUS_OBJ) \ |