kumquat-buildroot/package/ed/ed.mk
Gustavo Zacarias 8960ecf5a2 ed: bump to version 1.5
* Bump to version 1.5

* Really configure right (or wrong depending on perspective) since we
  weren't building ed for the target it was completely broken.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-12-22 23:44:06 +01:00

13 lines
312 B
Makefile

#############################################################
#
# ed
#
#############################################################
ED_VERSION = 1.5
ED_SITE = $(BR2_GNU_MIRROR)/ed
ED_CONF_OPT = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)"
$(eval $(call AUTOTARGETS,package,ed))