aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.preinc.nmake
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-31 09:22:56 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-31 09:22:56 +0000
commitfbf087b82ac9b954e42504d9c30445749e7d4fef (patch)
tree245ebaf5cf2c3d72dbd6d206f547ff34b298c0bd /asn1/Makefile.preinc.nmake
parent65a15298389d97e130a79dff28f64add066de42c (diff)
move 'all: generate_dissector' rule from Makefile.inc.nmake to Makefile.preinc.nmake to be the 1st one in the resulting makefile
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23319 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/Makefile.preinc.nmake')
-rw-r--r--asn1/Makefile.preinc.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/Makefile.preinc.nmake b/asn1/Makefile.preinc.nmake
index 15731a1284..15c8cc2ec3 100644
--- a/asn1/Makefile.preinc.nmake
+++ b/asn1/Makefile.preinc.nmake
@@ -24,3 +24,6 @@
MAKE_CNF_EXPORT = $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake generate_export
+
+all: generate_dissector
+