The target is readline-target, not readline_target

This commit is contained in:
Peter Korsgaard 2006-09-26 15:56:03 +00:00
parent dd510c2b69
commit bc45a9b966

View File

@ -86,5 +86,5 @@ ifeq ($(strip $(BR2_READLINE)),y)
TARGETS+=readline
endif
ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y)
TARGETS+=readline_target
TARGETS+=readline-target
endif