f5111df1f4
With Win32 make there are problems with the sed expression. Change-Id: I6d7fe52a233ef88a43ee1b6e3378fcb7b0792d07
11 lines
645 B
Groff
11 lines
645 B
Groff
--- libvisio/src/lib/Makefile.in.orig 2014-06-01 22:54:30.212400000 +0200
|
|
+++ libvisio/src/lib/Makefile.in 2014-06-01 22:54:34.112400000 +0200
|
|
@@ -776,7 +776,7 @@
|
|
|
|
$(top_builddir)/src/lib/tokenhash.h : $(top_builddir)/src/lib/tokens.gperf
|
|
$(GPERF) --compare-strncmp -C -m 20 $(top_builddir)/src/lib/tokens.gperf \
|
|
- | $(SED) -e "s/(char\*)0/(char\*)0, 0/g" > $(top_builddir)/src/lib/tokenhash.h
|
|
+ | $(SED) -e 's/(char\*)0/(char\*)0, 0/g' > $(top_builddir)/src/lib/tokenhash.h
|
|
|
|
$(top_builddir)/src/lib/tokens.gperf : $(top_srcdir)/src/lib/tokens.txt gentoken.pl
|
|
perl $(top_srcdir)/src/lib/gentoken.pl $(top_srcdir)/src/lib/tokens.txt \
|