# HG changeset patch # User Richard M. Stallman # Date 806047341 0 # Node ID 1f9d9b409ac4b9547931e12335e0f4212e875ab0 # Parent ab0ac0e1220369f6881a276d16fb86fd1e41d985 (paths.h): Depend on paths.in. (config.h): Depend on config.in. diff -r ab0ac0e12203 -r 1f9d9b409ac4 src/Makefile.in --- 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