diff options
Diffstat (limited to 'usr/src/lib/Makefile.lib')
| -rw-r--r-- | usr/src/lib/Makefile.lib | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/lib/Makefile.lib b/usr/src/lib/Makefile.lib index 2ec26c5c8b..78ef2cd4b5 100644 --- a/usr/src/lib/Makefile.lib +++ b/usr/src/lib/Makefile.lib @@ -159,13 +159,6 @@ BUILD.SO= $(CC) -o $@ $(GSHARED) $(DYNFLAGS) $(PICS) $(EXTPICS) $(LDLIBS) BUILDCCC.SO= $(CCC) -o $@ $(GSHARED) $(DYNFLAGS) $(PICS) $(EXTPICS) $(LDLIBS) # default dynamic library symlink -# IMPORTANT:: If you change INS.liblink OR INS.liblink64 here, then you -# MUST also change the corresponding override definitions in -# $CLOSED/Makefile.tonic. -# -# If you do not do this, then the closedbins build for the OpenSolaris -# community will break. PS, the gatekeepers will be upset too. -# INS.liblink= -$(RM) $@; $(SYMLINK) $(LIBLINKPATH)$(LIBLINKS)$(VERS) $@ INS.liblinkccc= -$(RM) $@; $(SYMLINK) $(LIBLINKPATH)$(LIBLINKSCCC)$(VERS) $@ |
