When configuring a project with python3 non development package, in export/dist we can observe that we have a Makefile which should not exist.
1. Configure a project with python3 package: --enable-rootfs=glibc_small --enable-kernel=standard --enable-board=qemux86-64 --enable-prserver=no --with-init=sysvinit --with-package=python3-core --with-rcpl-version=0015 2. Build project 3. cd export/dist find . -name "Makefile*" You will observe: find . -name "Makefile*" ./usr/lib64/python3.4/config/Makefile