projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e320fc6
)
acpid: use $(MAKE) in acpid-clean instead of hardcoding make
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 19 Oct 2008 07:44:30 +0000
(07:44 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 19 Oct 2008 07:44:30 +0000
(07:44 -0000)
package/acpid/acpid.mk
patch
|
blob
|
history
diff --git
a/package/acpid/acpid.mk
b/package/acpid/acpid.mk
index 5aa99dfe101e8afd167c5c4f4f4088c727731e28..6918b7d3cf6e982e1951ce87afd188a2311a9b8f 100644
(file)
--- 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)