diff options
author | Igor Kozhukhov <ikozhukhov@gmail.com> | 2015-07-14 23:53:42 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2015-07-14 17:57:55 -0400 |
commit | fdbe01bdc218a1a5d0bb998c40e77e4069330094 (patch) | |
tree | 06177022d19e9303e6682773edc54e6bac95e4e8 | |
parent | 0d21b83c18c9449d0fa9b809c76225edbc5d54d2 (diff) | |
download | illumos-joyent-fdbe01bdc218a1a5d0bb998c40e77e4069330094.tar.gz |
5942 integrate dmake (fix sparc build)
-rw-r--r-- | usr/src/tools/make/lib/makestate/sparcv9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/tools/make/lib/makestate/sparcv9/Makefile b/usr/src/tools/make/lib/makestate/sparcv9/Makefile index 36ca84ea10..37090e3a2d 100644 --- a/usr/src/tools/make/lib/makestate/sparcv9/Makefile +++ b/usr/src/tools/make/lib/makestate/sparcv9/Makefile @@ -12,4 +12,5 @@ # Copyright 2015, Richard Lowe. include ../Makefile.com +include $(SRC)/lib/Makefile.lib.64 install: all $(ROOTONBLDLIBMACH64)/libmakestate.so.1 |