summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/platmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/platmod/Makefile')
-rw-r--r--usr/src/uts/sun4v/platmod/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/sun4v/platmod/Makefile b/usr/src/uts/sun4v/platmod/Makefile
index 98f274aaa0..149000cfb0 100644
--- a/usr/src/uts/sun4v/platmod/Makefile
+++ b/usr/src/uts/sun4v/platmod/Makefile
@@ -23,8 +23,6 @@
# 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 sun4v default platform module.
@@ -90,8 +88,8 @@ clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
-$(PLATLIB): $(BINARY)
- $(BUILD.SO) $(BINARY)
+$(PLATLIB): $(OBJECTS)
+ $(BUILD.SO) $(OBJECTS)
#
# Include common targets.