diff options
Diffstat (limited to 'i386/Makefile.in')
-rw-r--r-- | i386/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i386/Makefile.in b/i386/Makefile.in index d47bcc1..b6355e5 100644 --- a/i386/Makefile.in +++ b/i386/Makefile.in @@ -29,8 +29,9 @@ sysdep.o: linux/linux.o $(srcdir)/configure rm -f $@ $(LD) -r -o $@ linux/linux.o -linux/linux.o: linux +linux/linux.o: FORCE cd linux && $(MAKE) all +FORCE: clean: rm -f sysdep.o |