aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab2010-12-04 20:50:39 +0100
committerAndreas Schwab2010-12-04 20:50:39 +0100
commitd6a003a8b50ed3441bfc710bd54534d45adbc263 (patch)
tree68bc698cfca8cddcd366ab8c41ab509e89f28ef2 /src/Makefile.in
parent15af15e54912d52e1840a257d0e01593e311b6d5 (diff)
downloademacs-d6a003a8b50ed3441bfc710bd54534d45adbc263.tar.gz
emacs-d6a003a8b50ed3441bfc710bd54534d45adbc263.zip
Remove empty machine description files
* configure.in: Remove reference to removed machine description files and allow $machine and $machfile to be empty. Substitute M_FILE/S_FILE instead of machfile/opsysfile. * msdos/sed1v2.inp (M_FILE, S_FILE): Add $(srcdir)/ prefix. * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@. (S_FILE): Substitute @S_FILE@ instead of @opsysfile@. * src/m/arm.h, src/m/sh3.h, src/m/xtensa.h: Remove files.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4d45248b396..61b42f17030 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -54,8 +54,8 @@ lwlibdir = ../lwlib
54lispdir = ../lisp 54lispdir = ../lisp
55 55
56# Configuration files for .o files to depend on. 56# Configuration files for .o files to depend on.
57M_FILE = $(srcdir)/@machfile@ 57M_FILE = @M_FILE@
58S_FILE = $(srcdir)/@opsysfile@ 58S_FILE = @S_FILE@
59config_h = config.h $(M_FILE) $(S_FILE) 59config_h = config.h $(M_FILE) $(S_FILE)
60 60
61bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) 61bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT)