From b2f5b33c7ff0f0d3704f9ced7faeb6bf74e14703 Mon Sep 17 00:00:00 2001 From: Marc Piulachs Date: Thu, 26 Jun 2008 15:58:56 +0000 Subject: [PATCH] - remove no longer required bootsect.mak svn path=/trunk/; revision=34106 --- reactos/boot/freeldr/bootsect/bootsect.mak | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 reactos/boot/freeldr/bootsect/bootsect.mak 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