OSDN Git Service

After running ./configure, make distcheck fails: it uses a VPATH build where the...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 25 Aug 2019 06:23:02 +0000 (23:23 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 25 Aug 2019 06:23:02 +0000 (23:23 -0700)
commit8269c280584e5d2b7b9ef1c7f00ef49927d96038
treebd40fec7865f5d7f86eb17a6d743ab0fc398dbb2
parent200ab3252f6c6815993b559ab968019b2e9fa950
After running ./configure, make distcheck fails:  it uses a VPATH build where the build directory is separate from the sources.  Using $(srcdir)/gcc-wrap instead of ./gcc-wrap fixes that while still allowing builds in the same directory as the source.
src/Makefile.am