Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools
@@ -78,21 +78,30 @@
$(INS.file)
$(ROOTCCSLIB64)/%: %
$(INS.file)
-$(ROOTONLDBIN)/%: %
+$(ROOTONLDBIN)/%: % $(ROOTONLDBIN)
$(INS.file)
-$(ROOTONLDLIB)/%: %
+$(ROOTONLDLIB)/%: % $(ROOTONLDLIB)
$(INS.file)
-$(ROOTONLDLIB64)/%: %
+$(ROOTONLDLIB64)/%: % $(ROOTONLDLIB64)
$(INS.file)
$(ROOTCCSLIB):
$(INS.dir)
$(ROOTCCSLIB64):
$(INS.dir)
+$(ROOTONLDBIN):
+ $(INS.dir)
+
+$(ROOTONLDLIB):
+ $(INS.dir)
+
+$(ROOTONLDLIB64):
+ $(INS.dir)
+
include ../../../../lib/Makefile.targ