Include a copy of os.path.relpath from Python 2.6, for Python 2.5 users
[0compile.git] / tests / cprog / Makefile
blob3e1f5b34c013daaa4631fb42f7c1d1d9e450f143
1 PC_DIR=${DISTDIR}/pkgconfig
3 all: main
4 ./main
5 [ -d "${PC_DIR}" ] || mkdir "${PC_DIR}"
6 echo "prefix=${DISTDIR}" > "${PC_DIR}/cprog.pc"