Browse Source

dnsmasq: use awk instead of nawk

Peter Korsgaard 17 years ago
parent
commit
a0848fd267
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/dnsmasq/dnsmasq.mk

+ 1 - 1
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 $@