We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeae740 commit 9b2d49cCopy full SHA for 9b2d49c
Makefile
@@ -37,8 +37,8 @@ man:
37
38
test:
39
prove
40
- make -C tests-apt-file test
+ $(MAKE) -C tests-apt-file test
41
42
clean:
43
rm -f *~ manpage.* apt-file.1 rapt-file.1 apt-file.fr.1
44
- make -C tests-apt-file clean
+ $(MAKE) -C tests-apt-file clean
debian/changelog
@@ -14,6 +14,7 @@ apt-file (3.0~exp4) UNRELEASED; urgency=medium
14
* d/compat: Live life at the edge - bump to compat 10.
15
* d/control: Remove Enrico Zini from the list of Uploaders.
16
Thanks for your work up till now!
17
+ * Makefile: Use $(MAKE) when invoking a make.
18
19
-- Niels Thykier <[email protected]> Mon, 11 Jan 2016 22:50:06 +0000
20
0 commit comments