]> git.eshelyaron.com Git - emacs.git/commitdiff
(paths.h, config.h): Targets deleted.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Aug 1996 19:48:43 +0000 (19:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Aug 1996 19:48:43 +0000 (19:48 +0000)
(../config.status): Add two new rules to check need for reconfigure.

src/Makefile.in

index e408ca80a77c8a952a459755e92be5cfcb676a0a..ddc3c75f3a0a6ae8d3b5bbd577ae7f989e3a923f 100644 (file)
@@ -853,14 +853,14 @@ really-oldXMenu:
 #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.