Patches by Jeff Bailey for posixifications.

This commit is contained in:
Ben Gras
2006-04-09 23:16:13 +00:00
parent 23f881aa29
commit 3172b4d0ad
3 changed files with 15 additions and 9 deletions

View File

@@ -37,6 +37,13 @@ depend:
cd system && $(MAKE) -$(MAKEFLAGS) $@
/usr/bin/mkdep "$(CC) -E $(CPPFLAGS)" *.c *.s > .depend
# How to build it
.s.o:
$(CC) $(CFLAGS) -c -o $@ $<
.c.o:
$(CC) $(CFLAGS) -c -o $@ $<
# Include generated dependencies.
klib.o: klib386.s klib88.s
mpx.o: mpx386.s mpx88.s