]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix libsrc assumption in src/Makefile.in
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Apr 2025 16:58:10 +0000 (09:58 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 21 Apr 2025 20:40:27 +0000 (22:40 +0200)
* src/Makefile.in (ETAGS): Don’t assume $(libsrc) = ../lib-src.

(cherry picked from commit 03a1df37990049c2ad9491b150a8983355a213f8)

src/Makefile.in

index 8296329f13630b911f06494d7b3b28f44c4e5e3f..e4fc2fef711b9d4e6952266c757abc10f1b32fdb 100644 (file)
@@ -826,7 +826,7 @@ distclean: bootstrap-clean
 maintainer-clean: distclean
        rm -f TAGS
 
-ETAGS = ../lib-src/etags${EXEEXT}
+ETAGS = $(libsrc)/etags${EXEEXT}
 
 ${ETAGS}: FORCE
        $(MAKE) -C $(dir $@) $(notdir $@)