diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rwxr-xr-x | patch-for-solaris | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -142,6 +142,7 @@ libskarnet.so.xyzzy: $(ALL_DOBJS) libskarnet.pc: exec env \ + prefix="$(prefix)" \ library="skarnet" \ includedir="$(includedir)" \ dynlibdir="$(dynlibdir)" \ diff --git a/patch-for-solaris b/patch-for-solaris index 6bdc3f8..a6a5276 100755 --- a/patch-for-solaris +++ b/patch-for-solaris @@ -22,6 +22,7 @@ patchit ./tools/gen-types.sh patchit ./tools/gen-types-internal.sh patchit ./tools/gen-bits.sh patchit ./tools/gen-sysdepsh.sh +patchit ./tools/gen-dotpc.sh echo 'SHELL := /usr/xpg4/bin/sh' > Makefile.tmp echo >> Makefile.tmp |
