projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeeebe1
)
remove libmenu on cleaning
author
Nicolas Thill
<nico@openwrt.org>
Tue, 15 Nov 2005 00:36:54 +0000
(
00:36
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 15 Nov 2005 00:36:54 +0000
(
00:36
+0000)
SVN-Revision: 2487
openwrt/package/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/ncurses/Makefile
b/openwrt/package/ncurses/Makefile
index 1b9e3566ad37bd56f3f26dd5ee33b886ab425db3..c5442fb6e377f0197f5d4707ca157d2fe8ace497 100644
(file)
--- a/
openwrt/package/ncurses/Makefile
+++ b/
openwrt/package/ncurses/Makefile
@@
-156,7
+156,7
@@
uninstall-dev:
$(STAGING_DIR)/usr/include/term{,cap}.h \
$(STAGING_DIR)/usr/include/unctrl.h \
$(STAGING_DIR)/usr/lib/libcurses.so \
- $(STAGING_DIR)/usr/lib/lib{ncurses,panel}.{a,so*} \
+ $(STAGING_DIR)/usr/lib/lib{ncurses,panel
,menu
}.{a,so*} \
compile: install-dev
clean: uninstall-dev