diff options
| author | Richard M. Stallman | 1995-07-18 06:02:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-18 06:02:21 +0000 |
| commit | 66ac18ab5f11fc5011b646168a721775e2a32281 (patch) | |
| tree | 3a7d16e8010a2f1f4bdb11447ba7b48c998ed700 /src | |
| parent | 26285784001173fb9baf1d6bffa9deb4fe2d87a7 (diff) | |
| download | emacs-66ac18ab5f11fc5011b646168a721775e2a32281.tar.gz emacs-66ac18ab5f11fc5011b646168a721775e2a32281.zip | |
(paths.h): Depend on paths.in.
(config.h): Depend on config.in.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index e79e58ac38d..6632bf734e1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -802,13 +802,13 @@ really-oldXMenu: | |||
| 802 | #endif /* HAVE_X11 */ | 802 | #endif /* HAVE_X11 */ |
| 803 | #endif /* HAVE_X_WINDOWS */ | 803 | #endif /* HAVE_X_WINDOWS */ |
| 804 | 804 | ||
| 805 | paths.h: paths.h.in | 805 | paths.h: paths.in |
| 806 | @echo "The file paths.h needs to be set up from paths.h.in." | 806 | @echo "The file paths.h needs to be set up from paths.in." |
| 807 | @echo "Consult the file \`INSTALL' for instructions for building Emacs." | 807 | @echo "Consult the file \`INSTALL' for instructions for building Emacs." |
| 808 | exit 1 | 808 | exit 1 |
| 809 | 809 | ||
| 810 | config.h: config.h.in | 810 | config.h: config.in |
| 811 | @echo "The file config.h needs to be set up from config.h.in." | 811 | @echo "The file config.h needs to be set up from config.in." |
| 812 | @echo "Consult the file \`INSTALL' for instructions for building Emacs." | 812 | @echo "Consult the file \`INSTALL' for instructions for building Emacs." |
| 813 | exit 1 | 813 | exit 1 |
| 814 | 814 | ||