diff options
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 4299e37d66c..53dbf4926f7 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -504,7 +504,7 @@ HFILES = \ POTFILES = $(CFILES) $(HFILES) -po/POTFILES.in: @MAINT@ Makefile +po/POTFILES.in: @MAINT@ Makefile $(POTFILES) for file in $(POTFILES); do echo $$file; done | sort > tmp \ && mv tmp $(srcdir)/po/POTFILES.in |