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)
downloadtelepathy-glib-80779b7ba64997265afd016366c8651150e32059.tar.gz
Use ${MAKE} -C instead of make -C
20070419160225-53eee-36fc85408153652eb80bbd001e2a65c7f3aa8db3.gz
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 de17a2172..6fb4646a7 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