summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorPeter Korsgaard2008-06-18 15:12:00 +0200
committerPeter Korsgaard2008-06-18 15:12:00 +0200
commita0848fd267dcc8262f5a92837cba0f88791605ac (patch)
treecd18237df419ed0e80aa77444f98cf5bc36ea761 /package/dnsmasq
parentdependencies: check for awk (diff)
downloadbuildroot-a0848fd267dcc8262f5a92837cba0f88791605ac.tar.gz
buildroot-a0848fd267dcc8262f5a92837cba0f88791605ac.tar.xz
buildroot-a0848fd267dcc8262f5a92837cba0f88791605ac.zip
dnsmasq: use awk instead of nawk
Diffstat (limited to 'package/dnsmasq')
-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 30dc74b59..8fed7d1c0 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -43,7 +43,7 @@ else
$(SED) 's^.*#define HAVE_DBUS.*^/* #define HAVE_DBUS */^' \
$(DNSMASQ_DIR)/src/config.h
endif
- $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" \
+ $(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" AWK=awk \
COPTS='$(DNSMASQ_COPTS)' PREFIX=/usr -C $(DNSMASQ_DIR)
touch -c $@