Commit 72badc0f authored by Manuel Novoa III 's avatar Manuel Novoa III
Browse files

Oops... remove some makefile debugging bits.

parent 7dd297b2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -57,8 +57,6 @@ endif
GCC_BUILD_DIR1:=$(TOOL_BUILD_DIR)/gcc-$(GCC_VERSION)-initial

$(DL_DIR)/$(GCC_SOURCE):
	echo GCC_SOURCE is $(GCC_SOURCE)
	/bin/false
	mkdir -p $(DL_DIR)
	$(WGET) -P $(DL_DIR) $(GCC_SITE)/$(GCC_SOURCE)