$OpenBSD: patch-posix-mips_Makefile,v 1.1.1.1 2011/08/18 08:04:03 jasper Exp $
--- posix-mips/Makefile.orig	Fri Dec 30 00:50:49 2005
+++ posix-mips/Makefile	Mon Mar 30 18:22:24 2009
@@ -13,13 +13,6 @@ $(LIB): $(OFILES)
 	$(AR) r $(LIB) $(OFILES)
 	$(RANLIB) $(LIB)
 
-%.$O: %.c
-	$(CC) $(CFLAGS) $*.c
-
-%.$O: %.s
-	$(AS) $(ASFLAGS) -o $*.$O $*.s
-
-%.s: %.spp
-	cpp $*.spp >$*.s
-
-
+tas.$O: tas.s
+	ln -sf tas.s tas.S
+	$(CC) -c -o tas.$O -mips3 tas.S
