diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-28 04:14:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-28 04:14:00 +0000 |
commit | 2db7c3cd0d2d1ed2fd1ee83af9b8b0db43ea69b9 (patch) | |
tree | d8863b55423bef79c4e9c5718789136fe0270513 /Makefile.in | |
parent | 949aa58e07bc6c407f1740f83f7ddf8c3162c056 (diff) | |
download | emacs-2db7c3cd0d2d1ed2fd1ee83af9b8b0db43ea69b9.tar.gz |
(lib-src): Depend on src/paths.h.
Diffstat (limited to 'Makefile.in')
-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 @${srcdir}/move-if-change src/paths.h.tmp src/paths.h src: lib-src FRC.src -lib-src: FRC.lib-src +lib-src: FRC.lib-src src/paths.h .RECURSIVE: ${SUBDIR} |