diff options
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 e408ca80a77..ddc3c75f3a0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -853,14 +853,14 @@ really-oldXMenu: | |||
| 853 | #endif /* not USE_X_TOOLKIT */ | 853 | #endif /* not USE_X_TOOLKIT */ |
| 854 | #endif /* HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS */ | 854 | #endif /* HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS */ |
| 855 | 855 | ||
| 856 | paths.h: paths.in | 856 | ../config.status:: paths.in |
| 857 | @echo "The file paths.h needs to be set up from paths.in." | 857 | @echo "The file paths.h needs to be set up from paths.in." |
| 858 | @echo "Consult the file \`INSTALL' for instructions for building Emacs." | 858 | @echo "Please run the `configure' script again." |
| 859 | exit 1 | 859 | exit 1 |
| 860 | 860 | ||
| 861 | config.h: config.in | 861 | ../config.status:: config.in |
| 862 | @echo "The file config.h needs to be set up from config.in." | 862 | @echo "The file config.h needs to be set up from config.in." |
| 863 | @echo "Consult the file \`INSTALL' for instructions for building Emacs." | 863 | @echo "Please run the `configure' script again." |
| 864 | exit 1 | 864 | exit 1 |
| 865 | 865 | ||
| 866 | /* Some machines have alloca built-in. | 866 | /* Some machines have alloca built-in. |