chiark / gitweb /
Makefile: fix an endif comment
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 12:39:05 +0000 (13:39 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:17:06 +0000 (15:17 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index d7cdca64cdef3a6bf20a0c0469958f5392c6d465..dba7194b6f509df3b1f54737a3e25b00de6369f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ else
 CARGO          ?= cargo
 TARGET_DIR     ?= target
 
-endif # Cargo.nail
+endif # $(NAILING_CARGO)
 
 CARGO_RELEASE ?= release
 TARGET_RELEASE_DIR ?= $(TARGET_DIR)/$(CARGO_RELEASE)