servo/configure
2013-08-08 17:13:48 +01:00

4 lines
109 B
Bash
Executable file

#!/bin/bash
SRCDIR="$(cd $(dirname $0) && pwd)"
sed "s#%VPATH%#${SRCDIR}#" ${SRCDIR}/Makefile.in > Makefile