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

@@ -150,12 +150,12 @@
 install:        $(INSTALL_DEPS)
 
 install_h:
 
 
-$(LIBGEN):      $(GENUNIX) $(LIBSTUBS)
-        $(BUILD.SO) $(GENUNIX) $(LIBSTUBS)
+$(LIBGEN):      $(OBJECTS) $(LIBSTUBS)
+        $(BUILD.SO) $(OBJECTS) $(LIBSTUBS)
 
 $(IPCTF_TARGET) ipctf_target: FRC
         @cd $(IPDRV_DIR); pwd; $(MAKE) ipctf.$(OBJS_DIR)
         @pwd