diff options
| author | Eli Zaretskii | 2004-05-02 17:46:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-05-02 17:46:46 +0000 |
| commit | 1644f4e408c358484eafdee3b2a62bdb22626952 (patch) | |
| tree | 2c54dacdca09f9d7420fe61c1747338f502b669c /src | |
| parent | 8a02e1933c60d546e8fadd06e60396bf89eee953 (diff) | |
| download | emacs-1644f4e408c358484eafdee3b2a62bdb22626952.tar.gz emacs-1644f4e408c358484eafdee3b2a62bdb22626952.zip | |
(region-cache.o): Depend on config.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc9512d68d3..8bcc57b00dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-05-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (region-cache.o): Depend on config.h. | ||
| 4 | |||
| 1 | 2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change) | 5 | 2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change) |
| 2 | 6 | ||
| 3 | * indent.c (compute_motion): Save vpos in prev_vpos when dealing | 7 | * indent.c (compute_motion): Save vpos in prev_vpos when dealing |
diff --git a/src/Makefile.in b/src/Makefile.in index c1399942ffa..f24168a5cf5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1123,7 +1123,7 @@ process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | |||
| 1123 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ | 1123 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ |
| 1124 | keyboard.h $(config_h) | 1124 | keyboard.h $(config_h) |
| 1125 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h | 1125 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h |
| 1126 | region-cache.o: region-cache.c buffer.h region-cache.h | 1126 | region-cache.o: region-cache.c buffer.h region-cache.h $(config_h) |
| 1127 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ | 1127 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ |
| 1128 | $(config_h) | 1128 | $(config_h) |
| 1129 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1129 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |