$OpenBSD: gcc-libs_type1_Makefile_in,v 1.1 2005/03/22 20:48:10 sturm Exp $
--- libs/type1/Makefile.in.orig	Thu Mar 10 08:09:35 2005
+++ libs/type1/Makefile.in	Thu Mar 10 08:10:42 2005
@@ -12,6 +12,9 @@ libtype1.a: $(OBJS)
 	$(AR) $(ARFLAGS) $@ $(OBJS)
 	$(RANLIB) $@
 
+type1.o: type1.c
+	$(compile) -O1 -c $? -o $@
+
 all: libtype1.a
 uninstall:
 
