diff options
| author | Richard M. Stallman | 1996-08-22 19:48:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-22 19:48:43 +0000 |
| commit | 9ee83b023dae3a6686744fbe03cf84404aa3d0fe (patch) | |
| tree | d6511f4a4baf1862f2a2b50c43a194c1b9d41aa7 /src/Makefile.in | |
| parent | ab85d35558cc85dc26d13330af07030bf1351ed8 (diff) | |
| download | emacs-9ee83b023dae3a6686744fbe03cf84404aa3d0fe.tar.gz emacs-9ee83b023dae3a6686744fbe03cf84404aa3d0fe.zip | |
(paths.h, config.h): Targets deleted.
(../config.status): Add two new rules to check need for reconfigure.
Diffstat (limited to 'src/Makefile.in')
| -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. |