aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-27 23:09:37 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-27 23:09:37 +0000
commite74720e754df8ece6c40803ad839c27515ac61f8 (patch)
treed6d78f458c92be33affc8bef4bc9dd7322a3ec86 /epan/dissectors/Makefile.nmake
parent6e0224e853604170a630a3f033b75ed16007e86f (diff)
packet-ncp2222.obj depends upon packet-ncp2222.inc
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25846 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 33e5985a56..c287527234 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -56,7 +56,7 @@ x11-declarations.h x11-register-info.h: x11-fields process-x11-fields.pl
# maybe we could just require every .o file to have an register routine
# of a given name (packet-aarp.o -> proto_register_aarp, etc.).
#
-# Formatting conventions: The name of the proto_register_* routines an
+# Formatting conventions: The name of the proto_register_* routines and
# proto_reg_handoff_* routines must start in column zero, or must be
# preceded only by "void " starting in column zero, and must not be
# inside #if.
@@ -101,6 +101,8 @@ packet-ncp2222.c : ncp2222.py
touch packet-ncp.c $@
!ENDIF
+packet-ncp2222.obj: packet-ncp2222.inc
+
clean:
rm -f dissectors.lib *.pdb register.c-tmp register-cache.pkl \
$(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)