diff options
| -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 |