summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/Makefile
diff options
context:
space:
mode:
authorSurya Prakki <Surya.Prakki@Sun.COM>2010-06-11 12:07:14 -0700
committerSurya Prakki <Surya.Prakki@Sun.COM>2010-06-11 12:07:14 -0700
commiteb5a5c7888f20ad6fa4580e785308db395ef6dfc (patch)
tree22f74fcc99d9881faef8cb0205ad9190eb11e5ad /usr/src/uts/intel/Makefile
parentc2b2c94b55bdcff203640921e4879b4b968d8183 (diff)
downloadillumos-joyent-eb5a5c7888f20ad6fa4580e785308db395ef6dfc.tar.gz
PSARC/2010/169 EOF lx brand
6959264 EOF lx brand
Diffstat (limited to 'usr/src/uts/intel/Makefile')
-rw-r--r--usr/src/uts/intel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/intel/Makefile b/usr/src/uts/intel/Makefile
index f6a12ba620..96eab6674e 100644
--- a/usr/src/uts/intel/Makefile
+++ b/usr/src/uts/intel/Makefile
@@ -76,7 +76,7 @@ install_h.prereq := TARGET= install_h
.PARALLEL: $(PARALLEL_KMODS) $(CLOSED_KMODS) $(SVVS) $(XMODS) \
$(CLOSED_XMODS) config $(LINT_DEPS)
-def all install clean clobber modlist: genassym $(KMODS) $(CLOSED_KMODS) \
+def all install clean clobber modlist: $(KMODS) $(CLOSED_KMODS) \
$(SVVS) $(XMODS) $(CLOSED_XMODS) config
@@ -116,7 +116,7 @@ $(PRIVS_C): $(PRIVS_AWK) $(PRIVS_DEF)
# intel/dtrace depends on i86pc/genassym, so we need to build both
# i86pc/genassym and intel/genassym.
#
-all.prereq install.prereq def.prereq: genassym genunix FRC
+all.prereq install.prereq def.prereq: genunix FRC
@cd ../i86pc/genassym; pwd; $(MAKE) $(@:%.prereq=%)
#
@@ -135,7 +135,7 @@ genunix: $(PRIVS_C)
modlintlib clean.lint: $(LINT_KMODS) $(CLOSED_LINT_KMODS) $(SVVS) \
$(XMODS) $(CLOSED_XMODS)
-genassym $(KMODS) $(SUBDIRS) config: FRC
+$(KMODS) $(SUBDIRS) config: FRC
@cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
$(CLOSED_KMODS): FRC