diff options
-rw-r--r-- | src/lib/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 75c50a5..5442d99 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -87,8 +87,7 @@ tokens.h : tokens.gperf tokenhash.h : tokens.gperf $(GPERF) --compare-strncmp -C -m 20 tokens.gperf \ - | $(SED) -e 's/(char\*)0/(char\*)0, 0/g' \ - | $(SED) -e 's/register //g' > tokenhash.h + | $(SED) -e 's/(char\*)0/(char\*)0, 0/g' -e 's/register //g' > tokenhash.h tokens.gperf : $(top_srcdir)/src/lib/tokens.txt $(top_srcdir)/src/lib/gentoken.pl $(PERL) $(top_srcdir)/src/lib/gentoken.pl $(top_srcdir)/src/lib/tokens.txt \ |