Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Dec 26, 2016
1 parent a5a71ef commit 6367a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mips/qemu-down:
@rm -f mips/qemu-up

mips/compile-$(TARGET):
@$(QEMU_SSH) '[ -z `which gcc` ] && echo "deb http://archive.debian.org/debian squeeze main" >/etc/apt.sources.list && apt-get update && apt-get -y install $(QEMU_PACKAGES)'
@$(QEMU_SSH) '[ -z `which gcc` ] && echo "deb http://archive.debian.org/debian squeeze main" >/etc/apt/sources.list && apt-get update && apt-get -y install $(QEMU_PACKAGES)'
@$(QEMU_SSH) 'tar xzf /dev/sdb && make CC="diet gcc"'
@$(QEMU_SSH) cat $(TARGET) >mips/$(TARGET)

Expand Down

0 comments on commit 6367a8e

Please sign in to comment.