- 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 PHONY += dochecklxdialog
$(obj)/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 hostprogs-y := lxdialog
always := $(hostprogs-y) dochecklxdialog always := $(hostprogs-y) dochecklxdialog

View File

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