Rev 27 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 27 | Rev 30 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | touch build-stamp |
36 | touch build-stamp |
| 37 | 37 | ||
| 38 | clean: |
38 | clean: |
| 39 | dh_testdir |
39 | dh_testdir |
| 40 | dh_testroot |
40 | dh_testroot |
| 41 | rm -f build-stamp |
- | |
| 42 | 41 | ||
| 43 | [ ! -f Makefile ] || $(MAKE) clean |
42 | [ ! -f Makefile ] || $(MAKE) clean |
| 44 | 43 | ||
| 45 | dh_clean config-stamp Makefile config.status config.log config.cache |
44 | dh_clean Makefile config.status config.log config.cache |
| 46 | 45 | ||
| 47 | install: build |
46 | install: build |
| 48 | dh_testdir |
47 | dh_testdir |
| 49 | dh_testroot |
48 | dh_testroot |
| 50 | dh_prep |
49 | dh_prep |