Print this page
10593 illumos build should not use kernel modules as link-editor input

@@ -87,12 +87,12 @@
 
 clean.lint:     $(CLEAN_LINT_DEPS)
 
 install:        $(INSTALL_DEPS)
 
-$(PLATLIB):     $(BINARY)
-        $(BUILD.SO) $(BINARY)
+$(PLATLIB):     $(OBJECTS)
+        $(BUILD.SO) $(OBJECTS)
 
 #
 #       Include common targets.
 #
 include $(UTSBASE)/sun4u/starcat/Makefile.targ