chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7754d7
)
Makefile: Fix $(wildcard ) use to actually work
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 12 Dec 2020 00:08:37 +0000
(
00:08
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 12 Dec 2020 00:08:37 +0000
(
00:08
+0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b5506633a8bb56ac8e68c050d74f2cd99e3ba794..1f38cb91d9b4762c6e3940008a7c5f8aadf4a1f6 100644
(file)
--- 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)