ninjabackend: Don't pluralize twice custom target cleaning description

pull/1717/head
Elliott Sales de Andrade 8 years ago committed by Guillaume Poirier-Morency
parent 820fc8ee24
commit a96d79cc00
  1. 2
      mesonbuild/backend/ninjabackend.py

@ -2361,7 +2361,7 @@ rule FORTRAN_DEP_HACK
e.add_item('COMMAND', [sys.executable,
self.environment.get_build_command(),
'--internal', 'cleantrees', d_file])
e.add_item('description', 'Cleaning custom targets directories.')
e.add_item('description', 'Cleaning custom target directories.')
e.write(outfile)
# Write out the data file passed to the script
with open(d_file, 'wb') as ofile:

Loading…
Cancel
Save