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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.grub

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