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

@@ -114,12 +114,12 @@
 
 clean.lint:     $(CLEAN_LINT_DEPS)
 
 install:        $(INSTALL_DEPS)
 
-$(CPULIB):      $(BINARY)
-        $(BUILD.SO) $(BINARY)
+$(CPULIB):      $(OBJECTS)
+        $(BUILD.SO) $(OBJECTS)
 
 $(SYM_MOD):     $(UNIX_O) $(CPULIB)
         @echo "resolving symbols against unix.o"
         @echo $(UNIX_DIR)
         @echo $(OBJS_DIR)