diff --git a/reactos/boot/freeldr/bootsect/bootsect.mak b/reactos/boot/freeldr/bootsect/bootsect.mak deleted file mode 100644 index 7c77b08ee96..00000000000 --- a/reactos/boot/freeldr/bootsect/bootsect.mak +++ /dev/null @@ -1,7 +0,0 @@ -boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat.h: $(OUTPUT_)boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat.o $(OUTPUT_)boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat32.o - $(BIN2C_TARGET) $(OUTPUT_)boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat.o boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat.h fat_data - -boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat32.h: - $(BIN2C_TARGET) $(OUTPUT_)boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat32.o boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat32.h fat32_data - -bootsector_headers: boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat.h boot$(SEP)freeldr$(SEP)bootsect$(SEP)fat32.h