- forgot to pass in the HOST_EXTRACFLAGS

This commit is contained in:
Bernhard Reutner-Fischer 2008-08-28 14:29:54 +00:00
parent 18c93029fd
commit 1ebdaccd6d
2 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@ HOST_EXTRACFLAGS += -DLOCALE
PHONY += dochecklxdialog
$(obj)/dochecklxdialog:
$(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_LOADLIBES)
$(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOST_LOADLIBES)
hostprogs-y := lxdialog
always := $(hostprogs-y) dochecklxdialog

View File

@ -13,9 +13,7 @@ ldflags()
fi
done
done
#bbox# exit 1
echo '-lcurses'
exit
exit 1
}
# Where is ncurses.h?