aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--asn1/Makefile.inc.nmake3
-rw-r--r--asn1/Makefile.preinc.nmake3
2 files changed, 3 insertions, 3 deletions
diff --git a/asn1/Makefile.inc.nmake b/asn1/Makefile.inc.nmake
index b0f0a87696..6daf8b7e0f 100644
--- a/asn1/Makefile.inc.nmake
+++ b/asn1/Makefile.inc.nmake
@@ -25,9 +25,6 @@
UNIX2DOS=$(PERL) ../../tools/unix2dos.pl
-
-all: generate_dissector
-
generate_dissector: $(DISSECTOR_FILES)
generate_export: $(EXPORT_FILES)
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
+