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

@@ -21,14 +21,12 @@
 #
 #
 # 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

@@ -54,6 +52,12 @@
         @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: