From c3b1c8047654c98582de43ad078686f54605c76b Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 2 Apr 2014 19:32:20 +0200 Subject: [PATCH] Update po Makefile --- bacula/po/Makefile.in.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bacula/po/Makefile.in.in b/bacula/po/Makefile.in.in index 9ff8751cfb..61e4f526cf 100644 --- a/bacula/po/Makefile.in.in +++ b/bacula/po/Makefile.in.in @@ -386,9 +386,7 @@ depend: gen-potfiles: echo "# List of source files containing translatable strings." > POTFILES.in echo "# To generate this file, type 'make gen-potfiles'" >> POTFILES.in - cd .. && find -name "*.c" >> po/POTFILES.in - cd .. && find -name "*.h" >> po/POTFILES.in - cd .. && find -name "*.cpp" >> po/POTFILES.in + cd .. && git ls-files *.c *.h *.cpp >> po/POTFILES.in # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. -- 2.39.5