openbsd-ports/net/silc-client/patches/gcc-patch-lib_silcsim_Makefile_in

14 lines
397 B
Plaintext

$OpenBSD: gcc-patch-lib_silcsim_Makefile_in,v 1.3 2003/01/15 03:06:26 brad Exp $
--- lib/silcsim/Makefile.in.orig Wed Jan 8 11:19:44 2003
+++ lib/silcsim/Makefile.in Mon Jan 13 20:11:04 2003
@@ -347,6 +347,9 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
+sha1.lo:
+ $(LTCOMPILE) -O0 -c $(srcdir)/../silccrypt/$*.c
+
.c.o:
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<