fix spurious ifxmips u-boot build errors

SVN-Revision: 11387
This commit is contained in:
Felix Fietkau 2008-06-07 09:30:59 +00:00
parent 7a902dfc34
commit ca8cf89159

View file

@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Build/Compile
cp -r ./files/* $(PKG_BUILD_DIR)
find $(PKG_BUILD_DIR) -name .svn | $(XARGS) rm -rf
cd $(PKG_BUILD_DIR);chmod a+x build_danube.sh;./build_danube.sh
endef