Add ncurse-unpacked target

This commit is contained in:
Ulf Samuelsson 2009-01-12 07:44:09 +00:00
parent 1811acae86
commit 0c0725438b
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ $(TARGET_DIR)/usr/lib/libncurses.a: $(STAGING_DIR)/lib/libncurses.a
ncurses: $(TARGET_DIR)/lib/libncurses.so.$(NCURSES_VERSION)
ncurses-unpacked: $(NCURSES_DIR)/.patched
ncurses-headers: $(TARGET_DIR)/usr/lib/libncurses.a
ncurses-source: $(DL_DIR)/$(NCURSES_SOURCE)