Line 0
Link Here
|
|
|
1 |
--- cipher/Makefile.in.orig 2015-09-08 06:32:11 UTC |
2 |
+++ cipher/Makefile.in |
3 |
@@ -818,13 +818,19 @@ uninstall-am: |
4 |
tags tags-am uninstall uninstall-am |
5 |
|
6 |
|
7 |
-# We need to lower the optimization for this module. |
8 |
+# We need to lower the optimization for these modules. |
9 |
tiger.o: $(srcdir)/tiger.c |
10 |
`echo $(COMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) ` |
11 |
|
12 |
tiger.lo: $(srcdir)/tiger.c |
13 |
`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) ` |
14 |
|
15 |
+salsa20.o: $(srcdir)/salsa20.c |
16 |
+ `echo $(COMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) ` |
17 |
+ |
18 |
+salsa20.lo: $(srcdir)/salsa20.c |
19 |
+ `echo $(LTCOMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) ` |
20 |
+ |
21 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
22 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
23 |
.NOEXPORT: |