change V into (V)
authorpenghaijie <peng.haijie@gmail.com>
Fri, 25 Jul 2014 03:01:51 +0000 (11:01 +0800)
committerJerome St-Louis <jerome@ecere.com>
Fri, 1 Aug 2014 04:15:09 +0000 (00:15 -0400)
Makefile
compiler/Makefile
compiler/bootstrap/Makefile
ear/Makefile
eda/Makefile

index 94a7be0..5b3302e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 .PHONY: all clean realclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make ide documentor eda prepcodeguard codeguard fixprecompile cleantarget pots installer regenbootstrap updatebootstrap update_ecere update_libec update_ecp update_ecc update_ecs ecereaudio
-ifneq "$V" "1"
+ifneq "$(V)" "1"
 .SILENT:
 endif
 
index 6619793..4e45b68 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
 
index a58b96d..e9f341d 100644 (file)
@@ -1,5 +1,5 @@
 .PHONY: bindir ecere libec ecp ecc ecs cleantarget clean realclean distclean
-ifneq "$V" "1"
+ifneq "$(V)" "1"
 .SILENT:
 endif
 
index 14abbf1..b117442 100644 (file)
@@ -1,4 +1,4 @@
-ifneq "$V" "1"
+ifneq "$(V)" "1"
 .SILENT:
 endif
 .PHONY: all nores cleantarget clean realclean distclean
index cc22ccb..3a0861a 100644 (file)
@@ -1,4 +1,4 @@
-ifneq "$V" "1"
+ifneq "$(V)" "1"
 .SILENT:
 endif
 .PHONY: all cmd cleantarget clean realclean distclean