Correct some win64 .PHONY entries

This commit is contained in:
Palmer Dabbelt 2017-06-07 18:20:36 -07:00
parent 15dea497b2
commit 08fc145225
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RGT_VERSION ?= $(shell cd $(SRC_RGT); git describe --tags | sed s/^v//g)
ROCD_VERSION ?= $(shell cd $(SRC_ROCD); git describe --tags | sed s/^v//g)
# The actual output of this repository is a set of tarballs.
.PHONY: windows windows-openocd windows-gcc
.PHONY: win64 win64-openocd win64-gcc
win64: win64-openocd win64-gcc
win64-gcc: $(BINDIR)/riscv64-unknown-elf-gcc-$(RGT_VERSION)-$(WIN64).zip
win64-gcc: $(BINDIR)/riscv64-unknown-elf-gcc-$(RGT_VERSION)-$(WIN64).tar.gz