diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2015-12-19 19:57:02 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2015-12-19 19:57:02 +0100 |
commit | a41a69b78aa8a5407f6cdec419c5e7433388388b (patch) | |
tree | 239ad4cfd1d780ad6c5157ae904aaf2829d6b6fe | |
parent | bf21d868c539d1664cbdd9d9ac15946637c6e6bd (diff) |
Better looking fix
Change-Id: I263f6eaa2c2506212948451cc3946e9b25756422
-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 \ |