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

@@ -21,12 +21,10 @@
 
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident "%Z%%M% %I%     %E% SMI"
-#
 
 #
 #       This makefile drives the production of the sun4u default platform
 #       module.
 #

@@ -91,12 +89,12 @@
 
 install:        $(INSTALL_DEPS)
 
 install_h:
 
-$(PLATLIB):     $(BINARY)
-        $(BUILD.SO) $(BINARY)
+$(PLATLIB):     $(OBJECTS)
+        $(BUILD.SO) $(OBJECTS)
 
 #
 #       Include common targets.
 #
 include $(UTSBASE)/sun4u/Makefile.targ