~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-09-26 19:08:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1140.
  • Revision ID: mordred@inaugust.com-20090926190819-heoskrmwi0axcc5t
Fix for the distcheck build issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
        fi
288
288
 
289
289
clean-local:
290
 
        find . -name '*.gcno'  -exec rm -f {} \;
 
290
        find . -name '*.gcno' | xargs rm -f 
291
291