summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-11-12 17:07:38 -0500
committerGaetan Nadon <memsize@videotron.ca>2010-11-24 19:58:41 -0500
commit1dc0ef42cf009596db60a9fd08435621f70b81e7 (patch)
tree4ac98f55e688be4b2f37d27b19764a1d5566ac9a /config
parent083f3d0ee8ecbb48b86dddfcf2f172fafb579f08 (diff)
config: use AM_V_GEN instead of customized macros for AM_SILENT_RULES
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
index d13645f..30e22ea 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -59,4 +59,4 @@ CPP_FILES_FLAGS = -DBINDIR="$(bindir)" -DDEFAULTVT="$(DEFAULTVT)" \
-DSHELL_CMD="$(SHELL_CMD)" $(MKTEMP_DEFINES)
Xservers.ws: $(srcdir)/Xservers.ws.cpp
- $(cpp_verbose)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/Xservers.ws.cpp | $(CPP_SED_MAGIC) > $@
+ $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/Xservers.ws.cpp | $(CPP_SED_MAGIC) > $@