changeset 12576:1f9d9b409ac4

(paths.h): Depend on paths.in. (config.h): Depend on config.in.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 1995 06:02:21 +0000
parents ab0ac0e12203
children b0ad874ff969
files src/Makefile.in
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Tue Jul 18 00:34:53 1995 +0000
+++ b/src/Makefile.in	Tue Jul 18 06:02:21 1995 +0000
@@ -802,13 +802,13 @@
 #endif /* HAVE_X11 */
 #endif /* HAVE_X_WINDOWS */
 
-paths.h: paths.h.in
-	@echo "The file paths.h needs to be set up from paths.h.in."
+paths.h: 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."
 	exit 1
 
-config.h: config.h.in
-	@echo "The file config.h needs to be set up from config.h.in."
+config.h: 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."
 	exit 1