mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
4 lines
80 B
Bash
Executable file
4 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sed "s/%VPATH%/`dirname $0`/" `dirname $0`/Makefile.in > Makefile
|
|
|