There seems to be a small error in the Makefile.
Line 31 was:
test -d "${dd}" || mkdir -p "${dd}"; \
Make thinks this is using a make variable "dd" which is not set.
So this error is produced:
...
test -d "" || mkdir -p ""; \
done
mkdir: cannot create directory ‘’: No such file or ...
Search found 1 match
- Fri Jan 06, 2017 10:34 am
- Forum: BallroomDJ 3 Installation Help
- Topic: Error in Makefile
- Replies: 1
- Views: 501