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

« back to all changes in this revision

Viewing changes to src/upgraders/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:
296
296
 
297
297
# Everything below is autogenerated from a macro, so don't modify
298
298
# within the Makefile.am itself. 19991201 mortene.
 
299
CLEANFILES = \
 
300
        vc*.pdb
 
301
 
 
302
 
299
303
DISTCLEANFILES = \
300
304
        ii_files/*.ii
301
305
 
648
652
mostlyclean-generic:
649
653
 
650
654
clean-generic:
 
655
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
651
656
 
652
657
distclean-generic:
653
658
        -rm -f Makefile $(CONFIG_CLEAN_FILES)