diff options
Diffstat (limited to 'pmake.hack/README')
-rw-r--r-- | pmake.hack/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pmake.hack/README b/pmake.hack/README new file mode 100644 index 0000000..e53c640 --- /dev/null +++ b/pmake.hack/README @@ -0,0 +1,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. |