aboutsummaryrefslogtreecommitdiffstats
path: root/package/pcmcia-cs
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-18 21:21:06 +0000
committerMike Baker <mbm@openwrt.org>2006-08-18 21:21:06 +0000
commitc38c5db597c53518b266548465b03da68d16b8ef (patch)
treeb24a2ff228ace9eaf2dd4af0aa0bff455301cb3f /package/pcmcia-cs
parentbe9cf7f78a857b99bd6473dbf7b7f02d44a64be5 (diff)
downloadupstream-c38c5db597c53518b266548465b03da68d16b8ef.tar.gz
upstream-c38c5db597c53518b266548465b03da68d16b8ef.tar.bz2
upstream-c38c5db597c53518b266548465b03da68d16b8ef.zip
Fix/clean several hundred package makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pcmcia-cs')
-rw-r--r--package/pcmcia-cs/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile
index 11f32a8923..fcdf71cd76 100644
--- a/package/pcmcia-cs/Makefile
+++ b/package/pcmcia-cs/Makefile
@@ -50,11 +50,7 @@ define Build/Configure
endef
define Build/Compile
- rm -rf $(PKG_INSTALL_DIR)
- mkdir -p $(PKG_INSTALL_DIR)
- $(MAKE) -C $(PKG_BUILD_DIR) \
- CFLAGS="$(TARGET_CFLAGS)" \
- all install
+ $(call Build/Compile/Default,CFLAGS="$(TARGET_CFLAGS)" all install)
endef
define Package/pcmcia-cs/install