diff options
| author | Richard M. Stallman | 1994-04-28 04:14:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-28 04:14:00 +0000 |
| commit | d39cf9e1f10c40fc31663556688a26a73ab0c36e (patch) | |
| tree | ce57991058728113cf9882b58f936c388558570a | |
| parent | c6bfa94791727ea94b030bf45d248d1b7fe90b64 (diff) | |
| download | emacs-d39cf9e1f10c40fc31663556688a26a73ab0c36e.tar.gz emacs-d39cf9e1f10c40fc31663556688a26a73ab0c36e.zip | |
(lib-src): Depend on src/paths.h.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 45a41133a89..1dc1ac9ad54 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -220,7 +220,7 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h | |||
| 220 | @${srcdir}/move-if-change src/paths.h.tmp src/paths.h | 220 | @${srcdir}/move-if-change src/paths.h.tmp src/paths.h |
| 221 | 221 | ||
| 222 | src: lib-src FRC.src | 222 | src: lib-src FRC.src |
| 223 | lib-src: FRC.lib-src | 223 | lib-src: FRC.lib-src src/paths.h |
| 224 | 224 | ||
| 225 | .RECURSIVE: ${SUBDIR} | 225 | .RECURSIVE: ${SUBDIR} |
| 226 | 226 | ||