summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/dnsmasq.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-24 08:36:13 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-24 08:36:13 +0000
commit369864cf105bf541f4e42643d6e5647ecea20379 (patch)
treebe30f01e6d6ed52ca555bcfa8c68e3a3bb4b1db0 /package/dnsmasq/dnsmasq.mk
parent9540549182e3b67f717a4a15109ad848b0a5161a (diff)
downloadbuildroot-novena-369864cf105bf541f4e42643d6e5647ecea20379.tar.gz
buildroot-novena-369864cf105bf541f4e42643d6e5647ecea20379.zip
be a bit more consistant with naming, always escape wildcards
Diffstat (limited to 'package/dnsmasq/dnsmasq.mk')
-rw-r--r--package/dnsmasq/dnsmasq.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index c144fb24a..77e08f3bb 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -23,7 +23,7 @@ $(DL_DIR)/$(DNSMASQ_SOURCE):
$(DNSMASQ_DIR)/.source: $(DL_DIR)/$(DNSMASQ_SOURCE)
zcat $(DL_DIR)/$(DNSMASQ_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(DNSMASQ_DIR) package/dnsmasq/ \
- $(DNSMASQ_VER)-\*.patch
+ $(DNSMASQ_VER)\*.patch
touch $(DNSMASQ_DIR)/.source
$(DNSMASQ_DIR)/src/$(DNSMASQ_BINARY): $(DNSMASQ_DIR)/.source