diff options
| author | YAMAMOTO Mitsuharu | 2005-12-10 01:48:55 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-12-10 01:48:55 +0000 |
| commit | a03f741a35f555dd68fe7876189eaaac223a45e0 (patch) | |
| tree | 3fc58ce955c5556185ac05187843de72a73d4133 /src | |
| parent | 62c118f5f1b91abd77347f53075b0818b56b45ee (diff) | |
| download | emacs-a03f741a35f555dd68fe7876189eaaac223a45e0.tar.gz emacs-a03f741a35f555dd68fe7876189eaaac223a45e0.zip | |
(macselect.o): Depend on keymap.h.
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 81483f8d295..0b98750b21f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1253,7 +1253,7 @@ macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ | |||
| 1253 | frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \ | 1253 | frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \ |
| 1254 | termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \ | 1254 | termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \ |
| 1255 | process.h coding.h $(config_h) | 1255 | process.h coding.h $(config_h) |
| 1256 | macselect.o: blockinput.h macterm.h macgui.h frame.h $(config_h) | 1256 | macselect.o: blockinput.h macterm.h macgui.h frame.h keymap.h $(config_h) |
| 1257 | 1257 | ||
| 1258 | ${emacsapp}Contents/Resources/English.lproj: | 1258 | ${emacsapp}Contents/Resources/English.lproj: |
| 1259 | mkdir -p $@ | 1259 | mkdir -p $@ |