|
Line 0
Link Here
|
|
|
1 |
Backported from https://github.com/ellson/graphviz/pull/1179 |
| 2 |
|
| 3 |
Use egrep so that the command works with base's BSD grep when it is built |
| 4 |
without compatibility with GNU grep. |
| 5 |
--- Makefile.in.orig 2016-12-05 10:31:12.865899000 +0100 |
| 6 |
+++ Makefile.in 2016-12-05 10:31:32.065451000 +0100 |
| 7 |
@@ -1246,7 +1246,7 @@ |
| 8 |
find $(distdir) -name CVS -type d -prune -exec rm -rf {} \; |
| 9 |
|
| 10 |
$(top_builddir)/graphviz_version.h: config.h |
| 11 |
- $(GREP) 'PACKAGE\|VERSION\|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h |
| 12 |
+ $(EGREP) 'PACKAGE|VERSION|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h |
| 13 |
|
| 14 |
.PHONY: rpm |
| 15 |
rpm: dist |