ack expects the tail_ libraries not to have the .a extension.

This commit is contained in:
dtrg
2006-07-30 23:45:48 +00:00
parent 1e4ca91a8b
commit 708a83ef22
8 changed files with 8 additions and 8 deletions

View File

@@ -98,5 +98,5 @@ lang_cem_mon_runtime = acklibrary {
ackfile (d.."_wait.e"),
ackfile (d.."_write.e"),
install = pm.install("%BINDIR%%PLATIND%/%ARCH%/tail_mon.a")
install = pm.install("%BINDIR%%PLATIND%/%ARCH%/tail_mon")
}