aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-18 06:02:21 +0000
committerRichard M. Stallman1995-07-18 06:02:21 +0000
commit66ac18ab5f11fc5011b646168a721775e2a32281 (patch)
tree3a7d16e8010a2f1f4bdb11447ba7b48c998ed700 /src
parent26285784001173fb9baf1d6bffa9deb4fe2d87a7 (diff)
downloademacs-66ac18ab5f11fc5011b646168a721775e2a32281.tar.gz
emacs-66ac18ab5f11fc5011b646168a721775e2a32281.zip
(paths.h): Depend on paths.in.
(config.h): Depend on config.in.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in8
1 files changed, 4 insertions, 4 deletions
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:
802#endif /* HAVE_X11 */ 802#endif /* HAVE_X11 */
803#endif /* HAVE_X_WINDOWS */ 803#endif /* HAVE_X_WINDOWS */
804 804
805paths.h: paths.h.in 805paths.h: paths.in
806 @echo "The file paths.h needs to be set up from paths.h.in." 806 @echo "The file paths.h needs to be set up from paths.in."
807 @echo "Consult the file \`INSTALL' for instructions for building Emacs." 807 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
808 exit 1 808 exit 1
809 809
810config.h: config.h.in 810config.h: config.in
811 @echo "The file config.h needs to be set up from config.h.in." 811 @echo "The file config.h needs to be set up from config.in."
812 @echo "Consult the file \`INSTALL' for instructions for building Emacs." 812 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
813 exit 1 813 exit 1
814 814