From: Richard M. Stallman Date: Fri, 25 Jul 1997 05:37:34 +0000 (+0000) Subject: (${lispsource}TAGS): Specify ETAGS var in inner make. X-Git-Tag: emacs-20.1~983 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee371b017d3a67e08e2cf5740ad32ba0e7c434c3;p=emacs.git (${lispsource}TAGS): Specify ETAGS var in inner make. (../src/$(OLDXMENU)): New target. --- diff --git a/src/Makefile.in b/src/Makefile.in index a4587e04ebe..e4b19585a38 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -876,6 +876,8 @@ shortnames: and remake temacs if lwlib gets changed by this. */ stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU) touch stamp-oldxmenu +/* Supply an ordering for parallel make. */ +../src/$(OLDXMENU): ${OLDXMENU} #ifdef USE_X_TOOLKIT $(OLDXMENU): really-lwlib @@ -1149,6 +1151,7 @@ TAGS: $(srcdir)/$(ctagsfiles) $$DIR/../lib-src/etags --include=../lisp/TAGS \ --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) ${lispsource}TAGS: ${lispsource}$(lisptagsfiles) - cd ${lispsource}; $(MAKE) TAGS + export DIR; DIR=`pwd`; cd ${lispsource}; \ + $(MAKE) TAGS ETAGS=$$DIR/../lib-src/etags tags: TAGS ${lispsource}TAGS .PHONY: tags