diff options
| author | Richard M. Stallman | 1997-07-25 05:37:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-25 05:37:34 +0000 |
| commit | ee371b017d3a67e08e2cf5740ad32ba0e7c434c3 (patch) | |
| tree | 839839ed941f93111ec2acd634fd6ca3aa50027c /src | |
| parent | 3975988bf45f3fd738a9b7c88430cba0b4f5013a (diff) | |
| download | emacs-ee371b017d3a67e08e2cf5740ad32ba0e7c434c3.tar.gz emacs-ee371b017d3a67e08e2cf5740ad32ba0e7c434c3.zip | |
(${lispsource}TAGS): Specify ETAGS var in inner make.
(../src/$(OLDXMENU)): New target.
Diffstat (limited to 'src')
| -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: | |||
| 876 | and remake temacs if lwlib gets changed by this. */ | 876 | and remake temacs if lwlib gets changed by this. */ |
| 877 | stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU) | 877 | stamp-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 | ||
| 1153 | tags: TAGS ${lispsource}TAGS | 1156 | tags: TAGS ${lispsource}TAGS |
| 1154 | .PHONY: tags | 1157 | .PHONY: tags |