]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix Makefile for paths containing '+' character
authorDmitry Kalinkin <dkalinkin@bnl.gov>
Fri, 17 Jun 2016 17:52:23 +0000 (13:52 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 20 Jun 2016 16:18:59 +0000 (12:18 -0400)
commitcf872b9f25955ea2d51589a094df3a78fb582a6d
tree7b45715a2558e0ce7d759c5a2662307f088aa9fa
parente76c5f0b08da7129746fc8549c9a01d0af8d9ffa
Fix Makefile for paths containing '+' character

include/Makefile uses a regex to perform variable substitution with '+'
as the sed delimiter.  Paths containing " are already invalid in this
approach, so it is better to use " as the delimiter instead of any
other rare symbol.

ticket: 8429 (new)
src/include/Makefile.in