$OpenBSD: gcc-patch-cipher_Makefile_in,v 1.1 2003/05/27 14:54:43 brad Exp $
--- cipher/Makefile.in.orig	Thu May  1 08:37:15 2003
+++ cipher/Makefile.in	Tue May 13 14:12:45 2003
@@ -334,6 +334,12 @@ distclean-compile:
 distclean-depend:
 	-rm -rf ./$(DEPDIR)
 
+sha1.o:
+	source='$<' object='$@' libtool=no \
+	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
+	$(CCDEPMODE) $(depcomp) \
+	$(COMPILE) -O0 -c `test -f '$<' || echo '$(srcdir)/'`$<
+
 .c.o:
 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 @am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
