From: Ian Jackson Date: Sat, 12 Dec 2020 00:08:37 +0000 (+0000) Subject: Makefile: Fix $(wildcard ) use to actually work X-Git-Tag: otter-0.2.0~197 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3b42e81ac3e38f18a84808935e4c69463463e5b0;p=otter.git Makefile: Fix $(wildcard ) use to actually work Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index b5506633..1f38cb91 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ DEPLOYED_BRANCH=deployed #---------- nailing-cargo ---------- -ifneq (,$(wildcard(../Cargo.nail))) +ifneq (,$(wildcard ../Cargo.nail)) NAILING_CARGO = nailing-cargo CARGO = $(NAILING_CARGO)