~ubuntu-branches/ubuntu/feisty/icoutils/feisty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-05-26 15:15:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050526151536-uzg8vlhedkx1nwcx
Tags: 0.25.0-1
* New upstream release.
  - 'make distclean' fixed; revert workarounds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        dh_testdir
32
32
        dh_testroot
33
33
 
34
 
        # distclean in the top level nukes compat/; reported upstream
35
 
        -$(MAKE) clean
36
 
        for x in compat common icotool wrestool extresso; do \
37
 
                $(MAKE) -C "$$x" distclean || true; \
38
 
        done
39
 
        rm -f config.log config.status Makefile icoutils.spec config.h stamp-h1
40
 
        rm -f extresso/extresso extresso/genresscript
 
34
        -$(MAKE) distclean
41
35
 
42
36
        dh_clean configure-stamp
43
37