From 66ac18ab5f11fc5011b646168a721775e2a32281 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Jul 1995 06:02:21 +0000 Subject: [PATCH] (paths.h): Depend on paths.in. (config.h): Depend on config.in. --- src/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index e79e58ac38d..6632bf734e1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -802,13 +802,13 @@ really-oldXMenu: #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 -- 2.39.2