diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-20 13:18:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-20 13:18:53 +0000 |
commit | f2433fa3fa68469e33bce60fe7654721f8513c46 (patch) | |
tree | ec4d6d3fc5a4bd7a617ac898d8d070a966f3af93 | |
parent | 057f971934db590a7dc5c5a9f1800e658aa3375c (diff) | |
download | buildroot-novena-f2433fa3fa68469e33bce60fe7654721f8513c46.tar.gz buildroot-novena-f2433fa3fa68469e33bce60fe7654721f8513c46.zip |
- you have to escape the asterisk
-rw-r--r-- | package/libevent/libevent.mk | 2 |
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 |