comparison src/Makefile.in @ 30094:91a927c58efc

(TAGS-LISP): Don't pass `$(lispsource)' to make.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 06 Jul 2000 14:18:51 +0000
parents 1572612184fc
children 8766468f819e
comparison
equal deleted inserted replaced
30093:22f8fc642575 30094:91a927c58efc
1164 ../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \ 1164 ../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \
1165 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \ 1165 --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \
1166 $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2) 1166 $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2)
1167 frc: 1167 frc:
1168 TAGS-LISP: frc 1168 TAGS-LISP: frc
1169 $(MAKE) -f ${lispsource}Makefile TAGS-LISP ETAGS=../lib-src/etags \ 1169 $(MAKE) -f ${lispsource}Makefile TAGS-LISP ETAGS=../lib-src/etags
1170 lispsource=${lispsource}
1171 tags: TAGS TAGS-LISP 1170 tags: TAGS TAGS-LISP
1172 .PHONY: tags 1171 .PHONY: tags
1173 1172
1174 1173
1175 /* Bootstrapping. */ 1174 /* Bootstrapping. */