fix pcmcia-cs install (remove previous PKG_INSTALL_DIR)
SVN-Revision: 6126
This commit is contained in:
parent
138f93e130
commit
6368d3eda8
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
rm -rf $(PKG_INSTALL_DIR)
|
||||||
|
mkdir -p $(PKG_INSTALL_DIR)
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
all install \
|
all install \
|
||||||
|
|
Loading…
Reference in a new issue