[ANNOUNCE] sessreg 1.0.1

Jürg Billeter j at bitron.ch
Thu Nov 9 04:21:55 PST 2006


Fix grep pattern in Makefile.am

Don't escape | in basic regex mode as it breaks build with GNU grep.
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 952ec8c..83f4b58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ sessreg.$(APP_MAN_SUFFIX): filenames.sed
 
 filenames.sed: filenames.sed.c
 	$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	    $(CPPFLAGS) $(srcdir)/filenames.sed.c | grep 's\|__' > $@
+	    $(CPPFLAGS) $(srcdir)/filenames.sed.c | grep 's|__' > $@
 
 if LINT
 ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-- 
1.4.3




More information about the xorg mailing list