projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138f93e
)
fix pcmcia-cs install (remove previous PKG_INSTALL_DIR)
author
Nicolas Thill
<nico@openwrt.org>
Thu, 18 Jan 2007 15:14:19 +0000
(15:14 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 18 Jan 2007 15:14:19 +0000
(15:14 +0000)
SVN-Revision: 6126
package/pcmcia-cs/Makefile
patch
|
blob
|
history
diff --git
a/package/pcmcia-cs/Makefile
b/package/pcmcia-cs/Makefile
index 2e312fbf12ac1426efe72369b95a87a710b97a8d..1b096fc013c40d68aa88c5e714331f08fcbb2b6c 100644
(file)
--- a/
package/pcmcia-cs/Makefile
+++ b/
package/pcmcia-cs/Makefile
@@
-51,6
+51,8
@@
define Build/Configure
endef
define Build/Compile
+ rm -rf $(PKG_INSTALL_DIR)
+ mkdir -p $(PKG_INSTALL_DIR)
$(call Build/Compile/Default, \
CFLAGS="$(TARGET_CFLAGS)" \
all install \