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

14 lines
397 B
Plaintext

$OpenBSD: gcc-patch-lib_silcsim_Makefile_in,v 1.3 2003/02/02 20:32:59 brad Exp $
--- lib/silcsim/Makefile.in.orig Sun Jan 26 06:57:17 2003
+++ lib/silcsim/Makefile.in Sun Feb 2 15:03:10 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)/'`$<