aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.preinc.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-31 09:22:56 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-31 09:22:56 +0000
commit558cd94b74f4409d710f5e7d01089869d5da6157 (patch)
tree245ebaf5cf2c3d72dbd6d206f547ff34b298c0bd /asn1/Makefile.preinc.nmake
parent528ac73cfd41274dbc53aaf6de4aad29ef06cf64 (diff)
move 'all: generate_dissector' rule from Makefile.inc.nmake to Makefile.preinc.nmake to be the 1st one in the resulting makefile
svn path=/trunk/; revision=23319
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
+