Skip to content

Commit 9b2d49c

Browse files
committed
d/rules: Use $(MAKE) in the Makefile
Signed-off-by: Niels Thykier <[email protected]>
1 parent aeae740 commit 9b2d49c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ man:
3737

3838
test:
3939
prove
40-
make -C tests-apt-file test
40+
$(MAKE) -C tests-apt-file test
4141

4242
clean:
4343
rm -f *~ manpage.* apt-file.1 rapt-file.1 apt-file.fr.1
44-
make -C tests-apt-file clean
44+
$(MAKE) -C tests-apt-file clean

Diff for: debian/changelog

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ apt-file (3.0~exp4) UNRELEASED; urgency=medium
1414
* d/compat: Live life at the edge - bump to compat 10.
1515
* d/control: Remove Enrico Zini from the list of Uploaders.
1616
Thanks for your work up till now!
17+
* Makefile: Use $(MAKE) when invoking a make.
1718

1819
-- Niels Thykier <[email protected]> Mon, 11 Jan 2016 22:50:06 +0000
1920

0 commit comments

Comments
 (0)