aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc.nmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-10-14 13:26:32 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-10-14 13:26:32 +0000
commit17f77e0597cfc73fadb4c3a6887fb4e958273a76 (patch)
tree07aa806f26b7bead827b558cb60ae96bef6ee1eb /asn1/Makefile.inc.nmake
parent745496c742196b2d65014ea2938cfe031ba21c46 (diff)
Build generate_export when building 'all' on Windows too.
svn path=/trunk/; revision=39423
Diffstat (limited to 'asn1/Makefile.inc.nmake')
-rw-r--r--asn1/Makefile.inc.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/Makefile.inc.nmake b/asn1/Makefile.inc.nmake
index e5159e680d..85c42d37f4 100644
--- a/asn1/Makefile.inc.nmake
+++ b/asn1/Makefile.inc.nmake
@@ -26,7 +26,7 @@ DISSECTOR=../../epan/dissectors/packet-$(PROTOCOL_NAME).c
# This header file need not exist/get generated. It is only used when cleaning.
DISSECTOR_HEADER=../../epan/dissectors/packet-$(PROTOCOL_NAME).h
-all: $(DISSECTOR)
+all: generate_export $(DISSECTOR)
generate_export: $(EXPORT_FILES)