diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-28 19:43:26 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-28 19:43:26 +0000 |
commit | 5459a9c5e010ef0cab22037432ea9d4984c83d6b (patch) | |
tree | a3c47c6c2b33fed5acc51d6ea55a124f5c89276d /target | |
parent | b6ac06697af7d1c3e4aee0d37082f972d8ae820c (diff) | |
download | buildroot-novena-5459a9c5e010ef0cab22037432ea9d4984c83d6b.tar.gz buildroot-novena-5459a9c5e010ef0cab22037432ea9d4984c83d6b.zip |
Cleanup cross toolchain admin, split uclibc-menuconfig into same + uclibc-update to avoid overwriting board support file
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index c2fa75b82..14d4e085e 100644 --- a/target/linux/Makefile.in +++ b/target/linux/Makefile.in @@ -227,7 +227,7 @@ linux26-source: $(DL_DIR)/$(LINUX26_SOURCE) linux26-unpacked: $(LINUX26_DIR)/.patched -linux26-config: host-sed $(LINUX26_DIR)/.configured +linux26-config: host-sed $(LINUX26_DIR)/.configured linux26-update: cp -dpf $(LINUX26_DIR)/.config $(LINUX26_KCONFIG) |