make distcheck fails when compiling in a non-source directory
Bug #1098565 reported by
Łukasz Zemczak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-lens-files |
New
|
Low
|
Unassigned |
Bug Description
When trying to build unity-lens-files out of the source directory, it fails with:
make[1]: Entering directory `/opt/unity-
VALAC ../../tests/
error: ../../tests/
error: ../../src/
Compilation failed: 2 error(s), 0 warning(s)
make[1]: *** [../../
Steps to reproduce:
mkdir bin
cd bin/
../autogen.sh --prefix=/usr
make && make distcheck
To post a comment you must log in.