Fix Make conditional
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 17 Mar 2023 04:28:20 +0000 (05:28 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 17 Mar 2023 04:28:20 +0000 (05:28 +0100)
osgi.mk

diff --git a/osgi.mk b/osgi.mk
index 44338e817c8172a15b04708f7710ab6edb49e1b6..c12a8a550ca51fe8ce6c2d5018118e4ca08ac70d 100644 (file)
--- 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