Commit 670330f2 authored by Eric Andersen's avatar Eric Andersen
Browse files
Nano depends on ncurses. The attached patch (against svn) fixes the package make file.
parent d76bf2a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ $(NANO_DIR)/$(NANO_BINARY): $(NANO_DIR)/.configured
$(TARGET_DIR)/$(NANO_TARGET_BINARY): $(NANO_DIR)/$(NANO_BINARY)
	install -D $(NANO_DIR)/$(NANO_BINARY) $(TARGET_DIR)/$(NANO_TARGET_BINARY)

nano: uclibc $(TARGET_DIR)/$(NANO_TARGET_BINARY)
nano: uclibc ncurses $(TARGET_DIR)/$(NANO_TARGET_BINARY)

nano-clean:
	rm -f $(TARGET_DIR)/$(NANO_TARGET_BINARY)