From 6883f691c7fff295c53ee6759bae5c95280f1c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Wed, 18 Sep 2013 03:31:03 +0000 Subject: [PATCH] Add the dependeny handling for windows builds as well svn path=/trunk/; revision=52134 --- asn1/Makefile.inc.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asn1/Makefile.inc.nmake b/asn1/Makefile.inc.nmake index 6235e02da6..2920793a6b 100644 --- a/asn1/Makefile.inc.nmake +++ b/asn1/Makefile.inc.nmake @@ -50,7 +50,7 @@ $(DISSECTOR): ../../tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF) !ENDIF !IFDEF EXPORT_FILES -$(EXPORT_FILES): ../../tools/asn2wrs.py $(SRC_FILES) +$(EXPORT_FILES): ../../tools/asn2wrs.py $(SRC_FILES) $(EXPORT_DEPENDS) !IFDEF PYTHON $(PYTHON) "../../tools/asn2wrs.py" \ -E $(A2W_FLAGS) \