diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 6976f7fbcd0..a44a39011fb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1314,10 +1314,9 @@ ${emacsapp}Contents/MacOS/Emacs: emacs${EXEEXT} | |||
| 1314 | #endif /* HAVE_CARBON */ | 1314 | #endif /* HAVE_CARBON */ |
| 1315 | 1315 | ||
| 1316 | #ifdef HAVE_NS | 1316 | #ifdef HAVE_NS |
| 1317 | abbrev.o buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \ | 1317 | buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \ |
| 1318 | fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ | 1318 | fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ |
| 1319 | scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o \ | 1319 | scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o sound.o: nsgui.h |
| 1320 | xterm.o xselect.o sound.o: nsgui.h | ||
| 1321 | nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ | 1320 | nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ |
| 1322 | dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ | 1321 | dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ |
| 1323 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) | 1322 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) |