summaryrefslogtreecommitdiffstats
path: root/package/pcmcia-cs/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-18 15:14:19 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-18 15:14:19 +0000
commit7c1f76d32df1a0325477a0af03de547e1a94b220 (patch)
tree263b0c511ac84c9e275e0fe26fbf7ae4c37337e8 /package/pcmcia-cs/Makefile
parenteee5389d40483ecd16903905879e9945e0bc8c3c (diff)
fix pcmcia-cs install (remove previous PKG_INSTALL_DIR)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6126 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pcmcia-cs/Makefile')
-rw-r--r--package/pcmcia-cs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile
index 2e312fbf1..1b096fc01 100644
--- 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 \