diff options
Diffstat (limited to 'usr/src/lib/libmvec/amd64/Makefile')
-rw-r--r-- | usr/src/lib/libmvec/amd64/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libmvec/amd64/Makefile b/usr/src/lib/libmvec/amd64/Makefile index c7f904a08c..3629bc7829 100644 --- a/usr/src/lib/libmvec/amd64/Makefile +++ b/usr/src/lib/libmvec/amd64/Makefile @@ -15,8 +15,8 @@ TARGET_ARCH = amd64 -LIBRARY = libmvec.a -VERS = .1 +LIBRARY = libmvec.a +VERS = .1 OBJECTS = $(mvecOBJS) @@ -25,6 +25,6 @@ include $(SRC)/lib/Makefile.lib.64 SRCS = $(SRCS_mvec) -install: all $(ROOTLIBS64) $(ROOTLINKS64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) include $(SRC)/lib/libm/Makefile.targ |