aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/isdn-sup
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2014-08-08 10:06:55 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2014-08-08 09:21:37 +0000
commit6fd6955a2412b5c5cbcb0472d620df29bd1e49a8 (patch)
treecf306eb64e2eb56c1c16d8b01d047205da6f13f4 /asn1/isdn-sup
parentaa6400ad1a579ed1649dd568376876ef9aaf7870 (diff)
The -k flag has been removed from Makefile.common
Change-Id: Ib7399c4b5457c5810df3ce2160a56813785b11ec Reviewed-on: https://code.wireshark.org/review/3498 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'asn1/isdn-sup')
-rw-r--r--asn1/isdn-sup/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/isdn-sup/CMakeLists.txt b/asn1/isdn-sup/CMakeLists.txt
index d5c7670a7b..6102b8954f 100644
--- a/asn1/isdn-sup/CMakeLists.txt
+++ b/asn1/isdn-sup/CMakeLists.txt
@@ -55,7 +55,7 @@ set( SRC_FILES
${EXT_ASN_FILE_LIST}
)
-set( A2W_FLAGS -b -k )
+set( A2W_FLAGS -b )
ASN2WRS()