summaryrefslogtreecommitdiffstats
path: root/package/acpid
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-10-19 07:44:30 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-10-19 07:44:30 +0000
commitdaf30631d84c251cd085856a1cd4f16cd765e448 (patch)
tree7c1d03f49affae53a4e2f641deb6c420ac1d8289 /package/acpid
parente320fc667ab8c71c0cdbb518cdee6059d2b8f7d9 (diff)
downloadbuildroot-novena-daf30631d84c251cd085856a1cd4f16cd765e448.tar.gz
buildroot-novena-daf30631d84c251cd085856a1cd4f16cd765e448.zip
acpid: use $(MAKE) in acpid-clean instead of hardcoding make
Diffstat (limited to 'package/acpid')
-rw-r--r--package/acpid/acpid.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk
index 5aa99dfe1..6918b7d3c 100644
--- a/package/acpid/acpid.mk
+++ b/package/acpid/acpid.mk
@@ -33,7 +33,7 @@ acpid: $(TARGET_DIR)/usr/sbin/acpid
acpid-source: $(DL_DIR)/$(ACPID_SOURCE)
acpid-clean:
- -make -C $(ACPID_DIR) clean
+ -$(MAKE) -C $(ACPID_DIR) clean
acpid-dirclean:
rm -rf $(ACPID_DIR)