diff options
Diffstat (limited to 'usr/src/uts/intel/Makefile')
-rw-r--r-- | usr/src/uts/intel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/intel/Makefile b/usr/src/uts/intel/Makefile index ff9ed42c94..13b7642799 100644 --- a/usr/src/uts/intel/Makefile +++ b/usr/src/uts/intel/Makefile @@ -59,7 +59,7 @@ install_h.prereq := TARGET= install_h .PARALLEL: $(PARALLEL_KMODS) $(XMODS) config -def all install clean clobber modlist: $(KMODS) $(XMODS) config +def all install clean clobber modlist: genassym $(KMODS) $(XMODS) config clobber: clobber.targ @@ -101,7 +101,7 @@ CLOBBERFILES += $(PRIVS_C) # intel/dtrace depends on i86pc/genassym, so we need to build both # i86pc/genassym and intel/genassym. # -all.prereq install.prereq def.prereq: genunix FRC +all.prereq install.prereq def.prereq: genassym genunix FRC @cd ../i86pc/genassym; pwd; $(MAKE) $(@:%.prereq=%) # @@ -111,7 +111,7 @@ all.prereq install.prereq def.prereq: genunix FRC genunix: $(PRIVS_C) -$(KMODS) $(SUBDIRS) config: FRC +genassym $(KMODS) $(SUBDIRS) config: FRC @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET) $(XMODS): FRC |