Merge pull request #6394 from dcantah/fix-makefile
This commit is contained in:
		@@ -26,7 +26,7 @@ WINDOWS_SHIM=bin/containerd-shim-runhcs-v1.exe
 | 
				
			|||||||
BINARIES := $(addsuffix .exe,$(BINARIES)) $(WINDOWS_SHIM)
 | 
					BINARIES := $(addsuffix .exe,$(BINARIES)) $(WINDOWS_SHIM)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(WINDOWS_SHIM): script/setup/install-runhcs-shim go.mod
 | 
					$(WINDOWS_SHIM): script/setup/install-runhcs-shim go.mod
 | 
				
			||||||
	DESTDIR=$(PWD)/bin $<
 | 
						DESTDIR=$(CURDIR)/bin $<
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bin/%.exe: cmd/% FORCE
 | 
					bin/%.exe: cmd/% FORCE
 | 
				
			||||||
	$(BUILD_BINARY)
 | 
						$(BUILD_BINARY)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user