mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sed "s/%VPATH%/`dirname $0`/" `dirname $0`/Makefile.in > Makefile
|
|
|