summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-19 16:02:25 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-19 16:02:25 +0000
commit80779b7ba64997265afd016366c8651150e32059 (patch)
tree87abecbda83372a63d19ce3e5f70b4578b06307d /Makefile.am
parentb460017efd9356676831ece5057ad41bd1dd57f7 (diff)
Use ${MAKE} -C instead of make -C
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index de17a217..6fb4646a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,4 +15,4 @@ dist-hook:
if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi
check-extra: check
- make -C tests check-extra
+ $(MAKE) -C tests check-extra