aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 51c06835396..18d7693da2e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -33,16 +33,17 @@
33 33
34# Here are the things that we expect ../configure to edit. 34# Here are the things that we expect ../configure to edit.
35# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. 35# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
36srcdir=@srcdir@ 36srcdir = @srcdir@
37VPATH=@srcdir@ 37abs_builddir = @abs_builddir@
38CC=@CC@ 38VPATH = $(srcdir)
39CPP=@CPP@ 39CC = @CC@
40CFLAGS=@CFLAGS@ 40CPP = @CPP@
41CPPFLAGS=@CPPFLAGS@ 41CFLAGS = @CFLAGS@
42LDFLAGS=@LDFLAGS@ 42CPPFLAGS = @CPPFLAGS@
43LN_S=@LN_S@ 43LDFLAGS = @LDFLAGS@
44EXEEXT=@EXEEXT@ 44LN_S = @LN_S@
45version=@version@ 45EXEEXT = @EXEEXT@
46version = @version@
46# Substitute an assignment for the MAKE variable, because 47# Substitute an assignment for the MAKE variable, because
47# BSD doesn't have it as a default. 48# BSD doesn't have it as a default.
48@SET_MAKE@ 49@SET_MAKE@
@@ -63,7 +64,7 @@ M_FILE = ${srcdir}/@machfile@
63S_FILE = ${srcdir}/@opsysfile@ 64S_FILE = ${srcdir}/@opsysfile@
64config_h = config.h $(M_FILE) $(S_FILE) 65config_h = config.h $(M_FILE) $(S_FILE)
65 66
66bootstrap_exe = ../src/bootstrap-emacs${EXEEXT} 67bootstrap_exe = ${abs_builddir}/bootstrap-emacs${EXEEXT}
67 68
68OTHER_FILES = @OTHER_FILES@ 69OTHER_FILES = @OTHER_FILES@
69 70