add no_werror patch again, fix xscale cflags
[openwrt.git] / package / pcmcia-cs / Makefile
index 11f32a8..fcdf71c 100644 (file)
@@ -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
This page took 0.024088 seconds and 4 git commands to generate.