]> granicus.if.org Git - neomutt/commitdiff
Simplify ALL_FILES definition, make it easier to add/remove files
authorPietro Cerutti <gahr@gahr.ch>
Thu, 18 Jan 2018 14:52:46 +0000 (14:52 +0000)
committerPietro Cerutti <gahr@gahr.ch>
Thu, 18 Jan 2018 14:52:46 +0000 (14:52 +0000)
Makefile.autosetup

index 5219b5780901df9b45af3273d818258911caa5c7..a774d6b06674f4ca6e7467bf66708e1915f1e23e 100644 (file)
@@ -49,8 +49,7 @@ UNINSTALL_TARGETS=    @UNINSTALL_TARGETS@
 
 VPATH=         $(SRCDIR)
 
-ALL_FILES!=    (cd $(SRCDIR) && git ls-tree -r --name-only HEAD 2>/dev/null) \
-               | grep -v git_ver.h || true
+ALL_FILES!=    (cd $(SRCDIR) && git ls-files 2>/dev/null) || true
 
 ###############################################################################
 # neomutt