Rev 16 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16 | Rev 19 | ||
---|---|---|---|
Line 44... | Line 44... | ||
44 | dh_testdir |
44 | dh_testdir |
45 | dh_testroot |
45 | dh_testroot |
46 | rm -f build-stamp |
46 | rm -f build-stamp |
47 | 47 | ||
48 | # Add here commands to clean up after the build process. |
48 | # Add here commands to clean up after the build process. |
49 | -$(MAKE) distclean |
49 | [ ! -f Makefile ] || $(MAKE) distclean |
50 | rm -f configure-stamp |
50 | rm -f configure-stamp |
51 | dh_clean |
51 | dh_clean |
52 | 52 | ||
53 | install: build-stamp |
53 | install: build-stamp |
54 | dh_testdir |
54 | dh_testdir |