diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-24 18:22:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-24 18:22:58 +0000 |
commit | 2f52866d81dc1a171d77ba2c11b16d05327cb1ef (patch) | |
tree | dae12cb64abaa6fa51de27c4b313fa53c02e45d6 /i386 | |
parent | 845026c6530b1c53a446b8ac84d3fdd794527d61 (diff) |
1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
* i386/Makefrag: Use -include for linux-flags, so no warning.
Diffstat (limited to 'i386')
-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 |