aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-25 05:37:34 +0000
committerRichard M. Stallman1997-07-25 05:37:34 +0000
commitee371b017d3a67e08e2cf5740ad32ba0e7c434c3 (patch)
tree839839ed941f93111ec2acd634fd6ca3aa50027c
parent3975988bf45f3fd738a9b7c88430cba0b4f5013a (diff)
downloademacs-ee371b017d3a67e08e2cf5740ad32ba0e7c434c3.tar.gz
emacs-ee371b017d3a67e08e2cf5740ad32ba0e7c434c3.zip
(${lispsource}TAGS): Specify ETAGS var in inner make.
(../src/$(OLDXMENU)): New target.
-rw-r--r--src/Makefile.in5
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:
876 and remake temacs if lwlib gets changed by this. */ 876 and remake temacs if lwlib gets changed by this. */
877stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU) 877stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU)
878 touch stamp-oldxmenu 878 touch stamp-oldxmenu
879/* Supply an ordering for parallel make. */
880../src/$(OLDXMENU): ${OLDXMENU}
879 881
880#ifdef USE_X_TOOLKIT 882#ifdef USE_X_TOOLKIT
881$(OLDXMENU): really-lwlib 883$(OLDXMENU): really-lwlib
@@ -1149,6 +1151,7 @@ TAGS: $(srcdir)/$(ctagsfiles)
1149 $$DIR/../lib-src/etags --include=../lisp/TAGS \ 1151 $$DIR/../lib-src/etags --include=../lisp/TAGS \
1150 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles) 1152 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles)
1151${lispsource}TAGS: ${lispsource}$(lisptagsfiles) 1153${lispsource}TAGS: ${lispsource}$(lisptagsfiles)
1152 cd ${lispsource}; $(MAKE) TAGS 1154 export DIR; DIR=`pwd`; cd ${lispsource}; \
1155 $(MAKE) TAGS ETAGS=$$DIR/../lib-src/etags
1153tags: TAGS ${lispsource}TAGS 1156tags: TAGS ${lispsource}TAGS
1154.PHONY: tags 1157.PHONY: tags