mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
|
|