From: Richard M. Stallman Date: Tue, 18 Jul 1995 06:02:21 +0000 (+0000) Subject: (paths.h): Depend on paths.in. X-Git-Tag: emacs-19.34~3283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66ac18ab5f11fc5011b646168a721775e2a32281;p=emacs.git (paths.h): Depend on paths.in. (config.h): Depend on config.in. --- 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