equal
deleted
inserted
replaced
46 dh_testroot |
46 dh_testroot |
47 rm -f build-stamp |
47 rm -f build-stamp |
48 |
48 |
49 # Add here commands to clean up after the build process. |
49 # Add here commands to clean up after the build process. |
50 -$(MAKE) distclean |
50 -$(MAKE) distclean |
51 ifneq "$(wildcard /usr/share/misc/config.sub)" "" |
|
52 cp -f /usr/share/misc/config.sub config.sub |
|
53 endif |
|
54 ifneq "$(wildcard /usr/share/misc/config.guess)" "" |
|
55 cp -f /usr/share/misc/config.guess config.guess |
|
56 endif |
|
57 |
|
58 |
|
59 dh_clean |
51 dh_clean |
60 |
52 |
61 install: build |
53 install: build |
62 dh_testdir |
54 dh_testdir |
63 dh_testroot |
55 dh_testroot |