]> git.eshelyaron.com Git - emacs.git/commitdiff
(paths.h): Depend on paths.in.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 06:02:21 +0000 (06:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jul 1995 06:02:21 +0000 (06:02 +0000)
(config.h): Depend on config.in.

src/Makefile.in

index e79e58ac38d1c0cf06bb7caf98a76436c19b0567..6632bf734e13017ac00fbc8b0f155386c8a9e7f9 100644 (file)
@@ -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