diff options
author | marha <marha@users.sourceforge.net> | 2009-10-18 12:07:02 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-18 12:07:02 +0000 |
commit | b567a3027bceabc0f1f42dd162268f06f15e8149 (patch) | |
tree | 30e9dda79caf9b5fb6e375c352282ca5845c699c /libX11/cpprules.in | |
parent | 0c5e1ab504b4e8c56974a234bd440e9fa2f1f941 (diff) | |
download | vcxsrv-b567a3027bceabc0f1f42dd162268f06f15e8149.tar.gz vcxsrv-b567a3027bceabc0f1f42dd162268f06f15e8149.tar.bz2 vcxsrv-b567a3027bceabc0f1f42dd162268f06f15e8149.zip |
Updated following packages:
libX11-1.3.1
xtrans-1.2.5
Diffstat (limited to 'libX11/cpprules.in')
-rw-r--r-- | libX11/cpprules.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libX11/cpprules.in b/libX11/cpprules.in index e49341f09..845e242e6 100644 --- a/libX11/cpprules.in +++ b/libX11/cpprules.in @@ -25,13 +25,5 @@ CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ -e 's,X11_LOCALEDATADIR,$(X11_LOCALEDATADIR),g' \ -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 - .pre: - $(cpp_verbose)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ + $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ |