diff options
Diffstat (limited to 'i386/Makefile.in')
-rw-r--r-- | i386/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/i386/Makefile.in b/i386/Makefile.in index 6fcd5c3..dc5c661 100644 --- a/i386/Makefile.in +++ b/i386/Makefile.in @@ -134,11 +134,9 @@ boothdr.o: i386asm.h all: sysdep.a $(MAKE) -C linux $@ -# `$($(systype)-objfiles-prepend)' are special, but are nevertheless -# created for the target `sysdep.a'. sysdep.a: $(objfiles) linux/linux.o rm -f $@ - $(AR) cr $@ $(filter-out $($(systype)-objfiles-prepend),$^) + $(AR) cr $@ $^ $(RANLIB) $@ check: |