소스 검색

- revert r16800.

Bernhard Reutner-Fischer 18 년 전
부모
커밋
15710d6d3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      toolchain/gcc/gcc-uclibc-3.x.mk

+ 1 - 1
toolchain/gcc/gcc-uclibc-3.x.mk

@@ -115,7 +115,7 @@ endif
 # fixed, so we need to actually have working C library header files prior to
 # the step or libgcc will not build...
 
-$(GCC_BUILD_DIR1)/.configured: $(GCC_DIR)/.patched uclibc-configured
+$(GCC_BUILD_DIR1)/.configured: $(GCC_DIR)/.patched
 	mkdir -p $(GCC_BUILD_DIR1)
 	(cd $(GCC_BUILD_DIR1); PATH=$(TARGET_PATH) \
 		CC="$(HOSTCC)" \