changeset 15900:ef4bd60e99ce

(paths.h, config.h): Targets deleted. (../config.status): Add two new rules to check need for reconfigure.
author Richard M. Stallman <rms@gnu.org>
date Thu, 22 Aug 1996 19:48:43 +0000
parents 4ee67c1476f4
children 4b6c924dfb89
files src/Makefile.in
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Thu Aug 22 19:29:12 1996 +0000
+++ b/src/Makefile.in	Thu Aug 22 19:48:43 1996 +0000
@@ -853,14 +853,14 @@
 #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.