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 696b04e5ae
commit df67dbcaeb
8 changed files with 8 additions and 8 deletions

View File

@@ -54,5 +54,5 @@ lang_cem_stdio_runtime = acklibrary {
ackfile (d.."timezone.c"),
ackfile (d.."ungetc.c"),
install = pm.install("%BINDIR%%PLATIND%/%ARCH%/tail_cc.1s.a")
install = pm.install("%BINDIR%%PLATIND%/%ARCH%/tail_cc.1s")
}