diff options
| author | Richard M. Stallman <rms@gnu.org> | 1997-07-25 05:37:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1997-07-25 05:37:34 +0000 |
| commit | ee371b017d3a67e08e2cf5740ad32ba0e7c434c3 (patch) | |
| tree | 839839ed941f93111ec2acd634fd6ca3aa50027c | |
| parent | 3975988bf45f3fd738a9b7c88430cba0b4f5013a (diff) | |
| download | emacs-ee371b017d3a67e08e2cf5740ad32ba0e7c434c3.tar.gz | |
(${lispsource}TAGS): Specify ETAGS var in inner make.
(../src/$(OLDXMENU)): New target.
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
