Print this page
lib: move compat links from targetdirs to proper makefiles
*** 21,34 ****
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
- # lib/Makefile.mach
#
# included to define targets built with machine-dependent source
#
# conditional assignment of default permissions for the installed DYNLIB.
# set here and in Makefile.targ, instead of Makefile.lib, because ROOTLIBDIR
--- 21,32 ----
#
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
+
# included to define targets built with machine-dependent source
#
# conditional assignment of default permissions for the installed DYNLIB.
# set here and in Makefile.targ, instead of Makefile.lib, because ROOTLIBDIR
*** 54,59 ****
--- 52,63 ----
@cd $(@D); pwd; VERSION='$(VERSION)' $(MAKE) $(@F)
$(MACHLIBS64): FRC
@cd $(@D); pwd; VERSION='$(VERSION)' $(MAKE) $(@F)
+ $(ROOTCOMPATLINKS):
+ $(RM) $@; $(SYMLINK) $(COMPATLINKTARGET) $@
+
+ $(ROOTCOMPATLINKS64):
+ $(RM) $@; $(SYMLINK) $(COMPATLINKTARGET) $@
+
FRC: