summaryrefslogtreecommitdiff
path: root/app/xdm/cpprules.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-11-15 20:53:46 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-11-15 20:53:46 +0000
commite2b9e6a531074d39884bbfb9fceea5452477e6e1 (patch)
tree93d4e50881a61fc7863419ba72c5fb77a21c7f43 /app/xdm/cpprules.in
parent94d97c4f735232b43d7c8cb8fb1b1262e25850a0 (diff)
Update to xdm 1.1.11 plus a few patches from git master.
patched to restore static greeter. Tested by shadchin@, jasper@
Diffstat (limited to 'app/xdm/cpprules.in')
-rw-r--r--app/xdm/cpprules.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/xdm/cpprules.in b/app/xdm/cpprules.in
index eb7ef5e22..c6daca3d5 100644
--- a/app/xdm/cpprules.in
+++ b/app/xdm/cpprules.in
@@ -22,12 +22,5 @@ CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \
-e '/^[ ]*XHASH/s/XHASH/\#/' \
-e '/\@\@$$/s/\@\@$$/\\/'
-if HAVE_AM_SILENT_RULES
-# Support for automake 1.11 AM_SILENT_RULES
-cpp_verbose = $(cpp_verbose_$(V))
-cpp_verbose_ = $(cpp_verbose_$(AM_DEFAULT_VERBOSITY))
-cpp_verbose_0 = @echo " CPP " $@;
-endif HAVE_AM_SILENT_RULES
-
.cpp:
- $(cpp_verbose)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
+ $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@