~ubuntu-branches/debian/sid/coin2/sid

« back to all changes in this revision

Viewing changes to src/threads/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2008-06-28 02:38:17 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080628023817-lgrh0u677j1gcqgf
Tags: 2.5.0-2
* debian/control: Change suggests from libopenal0 to libopenal0a.
  Closes: #488001.  Change ${Source-Version} to ${binary:Version}.
  Update to standards version 3.8.0.

* debian/rules: Do not ignore errors in clean rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
 
331
331
# Everything below is autogenerated from a macro, so don't modify
332
332
# within the Makefile.am itself. 19991201 mortene.
 
333
CLEANFILES = \
 
334
        vc*.pdb
 
335
 
 
336
 
333
337
DISTCLEANFILES = \
334
338
        ii_files/*.ii
335
339
 
777
781
mostlyclean-generic:
778
782
 
779
783
clean-generic:
 
784
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
780
785
 
781
786
distclean-generic:
782
787
        -rm -f Makefile $(CONFIG_CLEAN_FILES)