Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/Makefile.build

    r8786aa5 r81235588  
    7777%.o: %.S $(DEPEND)
    7878        $(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@
    79 ifeq ($(PRECHECK),y)
    80         $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(CFLAGS) -D__ASM__
    81 endif
    8279
    8380%.o: %.c $(DEPEND)
    8481        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
    85 ifeq ($(PRECHECK),y)
    86         $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)
    87 endif
    8882
    8983$(DEPEND):
Note: See TracChangeset for help on using the changeset viewer.