]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile
Makefile: Fix cscope issues on MacOS and soft links
[mirror_qemu.git] / Makefile
index 1b36bf2af40dfaed1b14daecd25541d8b8404f5f..74c5b46d38b501f9dd25f447ed081010a9cb61ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,8 @@ distclean: clean
        rm -f linux-headers/asm
        rm -Rf .sdk
 
-find-src-path = find "$(SRC_PATH)/" -path "$(SRC_PATH)/meson" -prune -o \( -name "*.[chsS]" -o -name "*.[ch].inc" \)
+find-src-path = find "$(SRC_PATH)" -path "$(SRC_PATH)/meson" -prune -o \
+       -type l -prune -o \( -name "*.[chsS]" -o -name "*.[ch].inc" \)
 
 .PHONY: ctags
 ctags: