sync patches

This commit is contained in:
brad 2003-02-02 20:32:59 +00:00
parent 37de1937c2
commit 83f6ea2324
3 changed files with 18 additions and 26 deletions

View File

@ -1,12 +1,12 @@
$OpenBSD: gcc-patch-lib_silccrypt_Makefile_in,v 1.3 2003/01/15 03:06:26 brad Exp $
$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 Mon Jan 13 20:11:03 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 `test -f $< || echo '$(srcdir)/'`$<
+ $(LTCOMPILE) -O0 -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+
.c.o:
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<

View File

@ -1,21 +1,13 @@
$OpenBSD: gcc-patch-lib_silccrypt_Makefile_in,v 1.3 2003/02/02 03:20:55 lebel Exp $
$OpenBSD: gcc-patch-lib_silccrypt_Makefile_in,v 1.4 2003/02/02 20:32:59 brad Exp $
--- lib/silccrypt/Makefile.in.orig Sun Jan 26 06:57:15 2003
+++ lib/silccrypt/Makefile.in Sat Feb 1 21:56:49 2003
@@ -360,11 +360,17 @@
+++ lib/silccrypt/Makefile.in Sun Feb 2 15:01:20 2003
@@ -360,6 +360,9 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
+sha1.o:
+ $(COMPILE) -O0 -c `test -f '$<' || echo '$(srcdir)/'`$<
+sha1.lo:
+ $(LTCOMPILE) -O0 -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+
.c.o:
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
.c.obj:
$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`
+
+sha1.lo:
+ $(LTCOMPILE) -O0 -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
.c.lo:
$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<

View File

@ -1,13 +1,13 @@
$OpenBSD: gcc-patch-lib_silcsim_Makefile_in,v 1.2 2003/01/22 03:34:59 brad Exp $
--- lib/silcsim/Makefile.in.orig Wed Jan 8 10:25:49 2003
+++ lib/silcsim/Makefile.in Sat Jan 11 08:24:42 2003
@@ -563,6 +563,9 @@ uninstall-am: uninstall-includeHEADERS u
$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
@SILC_SIM_TRUE@all: $(SIM_CIPHER_OBJS) $(SIM_HASH_OBJS)
+sha1.o:
+sha1.lo:
+ $(LTCOMPILE) -O0 -c $(srcdir)/../silccrypt/$*.c
+
$(SIM_CIPHER_OBJS):
@if test '!' -f lib$*.la ; then \
$(LIBTOOL) --mode=link $(CCLD) -rpath $(silc_modulesdir) \
.c.o:
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<