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