blob: 7ccf41c63e40ddf26e20e969202f5e7e98058401 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 95c4510..d43350c 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -112,7 +112,7 @@ gost-sb.h: gost-s-box
./gost-s-box $@
gost-s-box: gost-s-box.c
- $(CC_FOR_BUILD) -o $@ $(srcdir)/gost-s-box.c
+ $(CC_FOR_BUILD) $(CFLAGS) -o $@ $(srcdir)/gost-s-box.c
if ENABLE_O_FLAG_MUNGING
|