diff options
| author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 02:49:33 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 02:49:33 +0000 | 
| commit | 44eedc5c44416a97b3f5ca03d596ec3c9fb29380 (patch) | |
| tree | 96f605b4cd9934fc1d09319490c672aaab44ce2f /toolchain/binutils | |
| parent | 73f7be82904f487d167493e76b415fbe5b5f8c5a (diff) | |
| download | buildroot-novena-44eedc5c44416a97b3f5ca03d596ec3c9fb29380.tar.gz buildroot-novena-44eedc5c44416a97b3f5ca03d596ec3c9fb29380.zip | |
facelift step number two
Diffstat (limited to 'toolchain/binutils')
| -rw-r--r-- | toolchain/binutils/binutils.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index fbd019699..6e06f9724 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -33,7 +33,7 @@ $(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE)  $(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked  	# Apply appropriate binutils patches. -	$(SOURCE_DIR)/patch-kernel.sh $(BINUTILS_DIR) toolchain/binutils/$(BINUTILS_VERSION) \*.patch +	toolchain/patch-kernel.sh $(BINUTILS_DIR) toolchain/binutils/$(BINUTILS_VERSION) \*.patch  	touch $(BINUTILS_DIR)/.patched  $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched | 
