Browse Source

toolchain/ has been converted

SVN-Revision: 8235
Felix Fietkau 18 years ago
parent
commit
2e072cfb4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -35,7 +35,7 @@ dirclean: clean
 distclean: dirclean config-clean symlinkclean docs/clean
 distclean: dirclean config-clean symlinkclean docs/clean
 	rm -rf dl
 	rm -rf dl
 
 
-toolchain/% package/% target/%: FORCE
+package/% target/%: FORCE
 	$(MAKE) -C $(patsubst %/$*,%,$@) $*
 	$(MAKE) -C $(patsubst %/$*,%,$@) $*
 
 
 world: .config $(tools/stamp) $(toolchain/stamp) FORCE
 world: .config $(tools/stamp) $(toolchain/stamp) FORCE