aboutsummaryrefslogtreecommitdiff
path: root/pmake.hack/README
blob: e53c64024aac92fd927ae95f64533977a18c599c (plain)
1
2
3
4
5
6
7
Slackware64's pmake is broken: the includes /usr/share/mk/*.mk all say
things like 'LIBC=/usr/lib64/libc.a' (the lib should be lib64). These
files *have* to exist, whether they're actually needed or not (and they're
not, since they're static libs and we're building dynamic binaries).

This directory contains fixed versions of the mk includes, for pmake's -m
option to use.