Skip to content

Commit 1024b9c

Browse files
authored
Fix make target (#515)
1 parent bc20596 commit 1024b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Makefile.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $(GOBIN)/goreleaser: $(VERSION_DIR)/.version-goreleaser-$(VERSION_GORELEASER) |
5959
@ echo "-> Installing goreleaser..."
6060
@ curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh| sh -s -- -b $(GOBIN) $(VERSION_GORELEASER)
6161

62-
$(VERSION_DIR)/.version-versionbump-$(VERSION_VERSIONBUMP):
62+
$(VERSION_DIR)/.version-versionbump-$(VERSION_VERSIONBUMP): | $(VERSION_DIR)
6363
@ rm -f $(VERSION_DIR)/.version-versionbump-*
6464
@ echo $(VERSION_VERSIONBUMP) > $(VERSION_DIR)/.version-versionbump-$(VERSION_VERSIONBUMP)
6565

0 commit comments

Comments
 (0)