Skip to content

Commit

Permalink
daemon: Change name of bindata.go to go-bindata
Browse files Browse the repository at this point in the history
Naming the target bindata.go caused the target to be executed
as part of the regular build.

Signed-off-by: Thomas Graf <thomas@cilium.io>
  • Loading branch information
tgraf committed Mar 20, 2017
1 parent 8309376 commit 5104ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ install: all
$(INSTALL) -m 0755 -d $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 $(TARGET) $(DESTDIR)$(BINDIR)

bindata.go: $(shell find ../bpf)
go-bindata: $(shell find ../bpf)
go-bindata -prefix ../ -ignore Makefile -ignore '.+\.o$$' ../bpf/...

0 comments on commit 5104ad5

Please sign in to comment.