patch-Makefile_in 497 B

12345678910111213141516
  1. $OpenBSD: patch-Makefile_in,v 1.2 2014/02/06 17:32:27 edd Exp $
  2. Fix grep syntax.
  3. --- Makefile.in.orig2 Sun Feb 2 17:33:01 2014
  4. +++ Makefile.in Sun Feb 2 17:33:08 2014
  5. @@ -1246,7 +1246,7 @@ dist-hook:
  6. find $(distdir) -name CVS -type d -prune -exec rm -rf {} \;
  7. $(top_builddir)/graphviz_version.h: config.h
  8. - $(GREP) 'PACKAGE\|VERSION\|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h
  9. + $(GREP) -E '(PACKAGE|VERSION|GVPLUGIN)' config.h > graphviz_version.h
  10. .PHONY: rpm
  11. rpm: dist