Print this page
5468 Missing dependencies in lib/Makefile
5709 Add binary compatibility with Solaris 10 update 10.

*** 21,37 **** # # # Copyright (c) 1997-2000 by Sun Microsystems, Inc. # All rights reserved. # ! #ident "%Z%%M% %I% %E% SMI" # # cmd/abi/appcert/static_prof/Makefile # $(PROG): $(SRCS) ! $(LINK.c) -o $@ $(SRCS) $(POST_PROCESS) # # clean - (apparently needs an explicit directive) # --- 21,37 ---- # # # Copyright (c) 1997-2000 by Sun Microsystems, Inc. # All rights reserved. # ! # Copyright 2015 RackTop Systems. # # cmd/abi/appcert/static_prof/Makefile # $(PROG): $(SRCS) ! $(LINK.c) -o $@ $(SRCS) $(LDLIBS) $(POST_PROCESS) # # clean - (apparently needs an explicit directive) #