From 6fd6955a2412b5c5cbcb0472d620df29bd1e49a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Fri, 8 Aug 2014 10:06:55 +0200 Subject: [PATCH] The -k flag has been removed from Makefile.common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib7399c4b5457c5810df3ce2160a56813785b11ec Reviewed-on: https://code.wireshark.org/review/3498 Petri-Dish: Stig Bjørlykke Reviewed-by: Stig Bjørlykke Tested-by: Stig Bjørlykke --- asn1/isdn-sup/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()