openbsd-ports/net/silc-client/patches/gcc-patch-lib_silccrypt_Makefile_in
2003-02-02 20:32:59 +00:00

14 lines
419 B
Plaintext

$OpenBSD: gcc-patch-lib_silccrypt_Makefile_in,v 1.4 2003/02/02 20:32:59 brad Exp $
--- lib/silccrypt/Makefile.in.orig Wed Jan 8 11:19:42 2003
+++ lib/silccrypt/Makefile.in Sun Feb 2 15:26:12 2003
@@ -360,6 +360,9 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
+sha1.lo:
+ $(LTCOMPILE) -O0 -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+
.c.o:
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<