From: Eric Andersen Date: Wed, 5 Feb 2003 22:33:23 +0000 (-0000) Subject: Fix naming problem X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb0c9ec5418bda887efcc99fbdcce2e259c5e4b8;p=buildroot.git Fix naming problem --- diff --git a/make/uclibc_toolchain_2_95.mk b/make/uclibc_toolchain_2_95.mk index 212cea687d..a2910abfee 100644 --- a/make/uclibc_toolchain_2_95.mk +++ b/make/uclibc_toolchain_2_95.mk @@ -195,7 +195,7 @@ $(GCC_DIR)/.unpacked: $(BUILD_DIR)/.setup $(DL_DIR)/$(GCC_SOURCE) $(GCC_DIR)/.patched: $(GCC_DIR)/.unpacked # Apply any files named gcc-*.patch from the source directory to gcc - $(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR) gcc-2.95-mega.patch.bz2 + $(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR) gcc2.95-mega.patch.bz2 touch $(GCC_DIR)/.patched $(GCC_DIR)/.gcc_build_hacks: $(GCC_DIR)/.patched diff --git a/sources/gcc-2.95-mega.patch.bz2 b/sources/gcc-2.95-mega.patch.bz2 deleted file mode 100644 index 4dffd849b6..0000000000 Binary files a/sources/gcc-2.95-mega.patch.bz2 and /dev/null differ