- you have to escape the asterisk

This commit is contained in:
Bernhard Reutner-Fischer 2007-06-20 13:18:53 +00:00
parent 057f971934
commit f2433fa3fa

View File

@ -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