# HG changeset patch # User Richard M. Stallman # Date 840743323 0 # Node ID ef4bd60e99ce864d87c388876d4b9f30e094de1e # Parent 4ee67c1476f428daf67527712a69466209cdc0cd (paths.h, config.h): Targets deleted. (../config.status): Add two new rules to check need for reconfigure. diff -r 4ee67c1476f4 -r ef4bd60e99ce src/Makefile.in --- 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.