Made phys_fill fill its 4-byte pattern any number of bytes (instead of

rounded down to a 4-byte multiple)

Fixed dependency omission
This commit is contained in:
Ben Gras
2005-07-19 16:00:25 +00:00
parent 1d7bdd4ab1
commit c24f72d433
2 changed files with 19 additions and 3 deletions

View File

@@ -35,8 +35,10 @@ clean:
depend:
cd system && $(MAKE) -$(MAKEFLAGS) $@
/usr/bin/mkdep "$(CC) -E $(CPPFLAGS)" *.c > .depend
/usr/bin/mkdep "$(CC) -E $(CPPFLAGS)" *.c *.s > .depend
# Include generated dependencies.
klib.o: klib386.s klib88.s
mpx.o: mpx386.s mpx88.s
include .depend