diff options
-rw-r--r-- | i386/Makefrag | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i386/Makefrag b/i386/Makefrag index 9211f54..8e12479 100644 --- a/i386/Makefrag +++ b/i386/Makefrag @@ -6,7 +6,7 @@ # notice and this permission notice appear in all copies of the # software, derivative works or modified versions, and any portions # thereof, and that both notices appear in supporting documentation. -# +# # THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS # "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY # LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE @@ -99,7 +99,7 @@ linux-spec-flags= -D__KERNEL__ -I$(sysdep)/i386at/gpl/linux \ -I$(sysdep)/i386at/gpl/linux/include -O2 # Here is where those specs are found. -include linux-flags +-include linux-flags # How to make this file: @@ -144,7 +144,7 @@ LDFLAGS += -Ttext 100000 # Assemble .S files correctly ASFLAGS += -DASSEMBLER -boothdr.o: i386asm.h +boothdr.o: i386asm.h # Header files we install |