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>
This commit is contained in:
Stig Bjørlykke 2014-08-08 10:06:55 +02:00
parent aa6400ad1a
commit 6fd6955a24
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ set( SRC_FILES
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS -b -k )
set( A2W_FLAGS -b )
ASN2WRS()