$OpenBSD: patch-base_src_Makefile_in,v 1.1.1.1 2002/08/27 16:46:09 todd Exp $
--- base/src/Makefile.in.orig	Mon Aug  5 20:06:48 2002
+++ base/src/Makefile.in	Tue Aug  6 08:50:05 2002
@@ -235,7 +235,7 @@ distclean: clean nodepend
 nodepend:
 	find $(TOPDIR) -name '*.m' -exec rm {} \;
 
-$(OPENCM): $(OBJECTS) $(LIBDIFF) $(LIBZ) $(LIBGC)
+$(OPENCM): $(OBJECTS) $(LIBDIFF)
 	$(CC) -o $(OPENCM) $(CFLAGS) $(OBJECTS) $(LDFLAGS) $(LIBDIFF) $(LIBZ) $(LIBGC) $(LIBS)
 
 # Whenever we rebuild a .o file, we also need to rebuild the .m file:
