summaryrefslogtreecommitdiffstats
path: root/package/libevent
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-20 13:18:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-20 13:18:53 +0000
commitf2433fa3fa68469e33bce60fe7654721f8513c46 (patch)
treeec4d6d3fc5a4bd7a617ac898d8d070a966f3af93 /package/libevent
parent057f971934db590a7dc5c5a9f1800e658aa3375c (diff)
downloadbuildroot-novena-f2433fa3fa68469e33bce60fe7654721f8513c46.tar.gz
buildroot-novena-f2433fa3fa68469e33bce60fe7654721f8513c46.zip
- you have to escape the asterisk
Diffstat (limited to 'package/libevent')
-rw-r--r--package/libevent/libevent.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk
index 0964c0799..eb7571048 100644
--- a/package/libevent/libevent.mk
+++ b/package/libevent/libevent.mk
@@ -19,7 +19,7 @@ libevent-source: $(DL_DIR)/$(LIBEVENT_SOURCE)
libevent-unpacked: $(LIBEVENT_DIR)/.unpacked
$(LIBEVENT_DIR)/.unpacked: $(DL_DIR)/$(LIBEVENT_SOURCE)
$(LIBEVENT_CAT) $(DL_DIR)/$(LIBEVENT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- toolchain/patch-kernel.sh $(LIBEVENT_DIR) package/libevent/ *.patch
+ toolchain/patch-kernel.sh $(LIBEVENT_DIR) package/libevent/ \*.patch
touch $(LIBEVENT_DIR)/.unpacked
$(LIBEVENT_DIR)/.configured: $(LIBEVENT_DIR)/.unpacked