*sigh* :P

SVN-Revision: 10373
This commit is contained in:
Imre Kaloz 2008-02-03 17:36:04 +00:00
parent 98236f47c8
commit 7d93d975a5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ endef
define Build/Configure/powerpc
$(CP) $(PKG_BUILD_DIR)/include/asm-ppc/* $(PKG_BUILD_DIR)/include/asm-powerpc/
rm -rf $(PKG_BUILD_DIR)/include/asm-ppc
mv $(PKG_BUILD_DIR)/include/asm-powerpc $(PKG_BUILD_DIR)/include/asm-ppc
ln -s $(PKG_BUILD_DIR)/include/asm-powerpc $(PKG_BUILD_DIR)/include/asm-ppc
endef
ifneq (,$(findstring uml,$(BOARD)))