Print this page
lib: move compat links from targetdirs to proper makefiles

*** 21,38 **** # # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" # ISASRCDIR=../$(MACH)/ include ../Makefile.com include ../../Makefile.lib.64 TYPES=library standalone ! INSTALL_DEPS_library = $(ROOTLINKS64) $(ROOTLINT64) $(ROOTLIBS64) include ../Makefile.targ --- 21,39 ---- # # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ISASRCDIR=../$(MACH)/ include ../Makefile.com include ../../Makefile.lib.64 TYPES=library standalone ! INSTALL_DEPS_library = $(ROOTLINKS64) $(ROOTLINT64) $(ROOTLIBS64) \ ! $(ROOTCOMPATLINKS64) include ../Makefile.targ