Changes in boot/Makefile.grub [239e32b8:9c96634] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.grub

    r239e32b8 r9c96634  
    5757endif
    5858
    59 build_dist: clean $(COMPONENTS)
     59build_dist: clean
    6060        mkdir -p $(BOOT)
    6161        cp -r -L $(GRUB) $(BOOT)/grub
     
    9595clean:
    9696        rm -fr $(DISTROOT)
    97 
    98 include Makefile.initrd
Note: See TracChangeset for help on using the changeset viewer.