mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
4 lines
109 B
Bash
Executable file
4 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
|
|
SRCDIR="$(cd $(dirname $0) && pwd)"
|
|
sed "s#%VPATH%#${SRCDIR}#" ${SRCDIR}/Makefile.in > Makefile
|