buildsystem; makefiles; tarball: always use ifeq/ifneq (,) form instead of double...
[sdk] / compiler / Makefile
index 4e45b68..a87f751 100644 (file)
@@ -1,5 +1,5 @@
 .PHONY: all bootstrap cleantarget clean realclean distclean libec ecp ecc ecs
-ifneq "$(V)" "1"
+ifneq ($(V),1)
 .SILENT:
 endif