root/autobuild/scripts/fixmakefile
@
905
| Revision 905, 140 bytes (checked in by moo, 11 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | . scripts/common |
| 4 | |
| 5 | [[ $# -lt 1 ]] && die "Usage: $0 <path/to/Makefile>" |
| 6 | |
| 7 | sed -i -e '/$(PHPDLL):/d' -e '/$(PHPLIB):/d' "$@" || die |
Note: See TracBrowser
for help on using the browser.

