mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-01 09:57:46 +00:00
14 lines
264 B
Diff
14 lines
264 B
Diff
|
--- a/cipher/Makefile.in
|
||
|
+++ b/cipher/Makefile.in
|
||
|
@@ -1228,9 +1228,7 @@ uninstall-am:
|
||
|
.PRECIOUS: Makefile
|
||
|
|
||
|
|
||
|
-gost28147.lo: gost-sb.h
|
||
|
-gost-sb.h: gost-s-box
|
||
|
- ./gost-s-box $@
|
||
|
+gost28147.lo:
|
||
|
|
||
|
gost-s-box: gost-s-box.c
|
||
|
$(CC_FOR_BUILD) -o $@ $(srcdir)/gost-s-box.c
|