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

@@ -21,12 +21,10 @@
 
 #
 # Copyright 2005 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 grover platform module.
 #
 #       sun4u implementation architecture dependent

@@ -93,12 +91,12 @@
 
 check:
 
 LINT_LIB_DIR    = $(GROVER_LINT_LIB_DIR)
 
-$(PLATLIB):     $(BINARY)
-        $(BUILD.SO) $(BINARY)
+$(PLATLIB):     $(OBJECTS)
+        $(BUILD.SO) $(OBJECTS)
 
 $(SYM_MOD):     $(UNIX_O) $(PLATLIB)
         @echo "resolving symbols against unix.o"
         @(cd $(UNIX_DIR); pwd; \
             PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)