dnsmasq: use awk instead of nawk

This commit is contained in:
Peter Korsgaard 2008-06-18 13:12:00 +00:00
parent 0c462a82ec
commit a0848fd267

View File

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