diff options
author | Andreas Schwab <schwab@suse.de> | 2003-07-23 11:16:55 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2003-07-23 11:16:55 +0000 |
commit | 53b583d38f49696f257f157f5df2d66dbce14841 (patch) | |
tree | 1dfa76ad2baeb0fcf994133dec37dbbf6e4f69fe /Makefile.in | |
parent | 19650fd655a263b5611306f1a90b085af2ad0faa (diff) | |
download | emacs-53b583d38f49696f257f157f5df2d66dbce14841.tar.gz |
(YACC): Remove, not used.
(MAINT): Don't set.
(${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
disable dependency on ${srcdir}/configure.in when maintainer mode
is disabled.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index b16a8571416..3549350b3e7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,7 +68,6 @@ LDFLAGS=@LDFLAGS@ CPPFLAGS=@CPPFLAGS@ C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ LD_SWITCH_X_SITE=@LD_SWITCH_X_SITE@ -YACC=@YACC@ EXEEXT=@EXEEXT@ ### These help us choose version- and architecture-specific directories @@ -236,9 +235,6 @@ SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile lispref/Makefile lispintro/Make COPYDIR = ${srcdir}/etc ${srcdir}/lisp COPYDESTS = ${etcdir} ${lispdir} -# Set to FRC to force running autoconf and autoheader -MAINT = - all: ${SUBDIR} leim removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g' @@ -291,12 +287,12 @@ Makefile: $(srcdir)/Makefile.in config.status config.status: ${srcdir}/configure ./config.status --recheck -${srcdir}/configure: $(MAINT) +${srcdir}/configure: @MAINT@ ${srcdir}/configure.in cd ${srcdir} && autoconf $(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in @true -$(srcdir)/src/stamp-h.in: $(MAINT) +$(srcdir)/src/stamp-h.in: @MAINT@ ${srcdir}/configure.in cd ${srcdir} && autoheader rm -f $(srcdir)/src/stamp-h.in echo timestamp > $(srcdir)/src/stamp-h.in |