aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-08-22 19:48:43 +0000
committerRichard M. Stallman <[email protected]>1996-08-22 19:48:43 +0000
commit9ee83b023dae3a6686744fbe03cf84404aa3d0fe (patch)
treed6511f4a4baf1862f2a2b50c43a194c1b9d41aa7 /src
parentab85d35558cc85dc26d13330af07030bf1351ed8 (diff)
(paths.h, config.h): Targets deleted.
(../config.status): Add two new rules to check need for reconfigure.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e408ca80a7..ddc3c75f3a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -853,14 +853,14 @@ really-oldXMenu:
#endif /* not USE_X_TOOLKIT */
#endif /* HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS */
-paths.h: paths.in
+../config.status:: paths.in
@echo "The file paths.h needs to be set up from paths.in."
- @echo "Consult the file \`INSTALL' for instructions for building Emacs."
+ @echo "Please run the `configure' script again."
exit 1
-config.h: config.in
+../config.status:: config.in
@echo "The file config.h needs to be set up from config.in."
- @echo "Consult the file \`INSTALL' for instructions for building Emacs."
+ @echo "Please run the `configure' script again."
exit 1
/* Some machines have alloca built-in.