$OpenBSD: gcc-patch-lib_type1_Makefile_in,v 1.1 2003/07/22 22:44:46 naddy Exp $
--- lib/type1/Makefile.in.orig	Tue Jun 25 04:15:45 2002
+++ lib/type1/Makefile.in	Tue Jul 22 00:56:27 2003
@@ -85,6 +85,10 @@ OBJS = \
 
 all: $(OBJS)
 
+type1.lo: type1.c
+	$(LIBTOOL) --mode=compile \
+		$(CC) -c $(CPPFLAGS) $(CFLAGS) -O0 $<
+
 .PHONY: clean
 
 dependencies: dummy 
