[gegl] Fix typo in variable name
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Fix typo in variable name
- Date: Wed, 28 Jul 2010 07:06:36 +0000 (UTC)
commit 7102052beb27ff67d29ee6f2e2963a3e8cb9d32b
Author: Mukund Sivaraman <muks banu com>
Date: Wed Jul 28 12:35:43 2010 +0530
Fix typo in variable name
examples/Makefile.am | 4 ++--
operations/Makefile-operations.am | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 70b4577..3e95374 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -6,10 +6,10 @@ bins = $(subst $(srcdir)/,,$(CFILES:.c=))
EXTRA_DIST = $(wildcard *.c) $(wildcard util/*.[ch])
gegl_lt_cc_v = $(gegl_lt_cc_v_$(V))
-gegl_lt_cc_v = $(gegl_lt_cc_v_$(AM_DEFAULT_VERBOSITY))
+gegl_lt_cc_v_ = $(gegl_lt_cc_v_$(AM_DEFAULT_VERBOSITY))
gegl_lt_cc_v_0 = @echo " CC " $<;
gegl_lt_ccld_v = $(gegl_lt_ccld_v_$(V))
-gegl_lt_ccld_v = $(gegl_lt_ccld_v_$(AM_DEFAULT_VERBOSITY))
+gegl_lt_ccld_v_ = $(gegl_lt_ccld_v_$(AM_DEFAULT_VERBOSITY))
gegl_lt_ccld_v_0 = @echo " CCLD " $@;
all-local: $(bins)
diff --git a/operations/Makefile-operations.am b/operations/Makefile-operations.am
index 9f6bbac..a5f6d37 100644
--- a/operations/Makefile-operations.am
+++ b/operations/Makefile-operations.am
@@ -8,10 +8,10 @@ INSTALLED_ITEMS = $(subst $(srcdir)/,$(ext_dir)/,$(CFILES:.c=$(SHREXT)))
EXTRA_DIST = $(wildcard *.c) $(wildcard *.h)
gegl_lt_cc_v = $(gegl_lt_cc_v_$(V))
-gegl_lt_cc_v = $(gegl_lt_cc_v_$(AM_DEFAULT_VERBOSITY))
+gegl_lt_cc_v_ = $(gegl_lt_cc_v_$(AM_DEFAULT_VERBOSITY))
gegl_lt_cc_v_0 = @echo " CC " $<;
gegl_lt_ccld_v = $(gegl_lt_ccld_v_$(V))
-gegl_lt_ccld_v = $(gegl_lt_ccld_v_$(AM_DEFAULT_VERBOSITY))
+gegl_lt_ccld_v_ = $(gegl_lt_ccld_v_$(AM_DEFAULT_VERBOSITY))
gegl_lt_ccld_v_0 = @echo " CCLD " $@;
all-local: $(plugins)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]