From: Mathieu Baudier Date: Fri, 17 Mar 2023 04:28:20 +0000 (+0100) Subject: Fix Make conditional X-Git-Tag: v2.3.5~80 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=1807173271c6ebddf6d9d8deab5321060ad91318;p=cc0%2Fargeo-build.git Fix Make conditional --- diff --git a/osgi.mk b/osgi.mk index 44338e8..c12a8a5 100644 --- a/osgi.mk +++ b/osgi.mk @@ -66,7 +66,7 @@ $(BUILD_BASE)/%/to-build : $$(shell find % -type f -not -path 'bin/*' -not -path # Local manifests %/META-INF/MANIFEST.MF : $(BUILD_BASE)/%/META-INF/MANIFEST.MF -ifneq($(NO_MANIFEST_COPY),"true") +ifneq($(NO_MANIFEST_COPY),true) @mkdir -p $*/META-INF @cp $< $@ endif