Commit a16c662d authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain/uclibc: brown paper bag fix for r23746

So much for doing one more "obvious" fix before going home -
Sorry everyone.
parent cdade1dd
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -433,12 +433,9 @@ $(UCLIBC_DIR)/.configured: $(LINUX_HEADERS_DIR)/.configured $(UCLIBC_DIR)/.confi
		PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
		DEVEL_PREFIX=/usr/ \
		RUNTIME_PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
		HOSTCC="$(HOSTCC)" \
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_3),y)
		headers install_dev
else
		headers install_headers
endif
		HOSTCC="$(HOSTCC)" headers \
		$(if $(BR2_UCLIBC_VERSION_0_9_28_3),install_dev,install_headers)

	# Install the kernel headers to the first stage gcc include dir
	# if necessary
ifeq ($(LINUX_HEADERS_IS_KERNEL),y)