aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-07-27 23:09:37 +0000
committerBill Meier <wmeier@newsguy.com>2008-07-27 23:09:37 +0000
commit42a24b8c51c9e775becb2770dfabeb39c42c0ea9 (patch)
treed6d78f458c92be33affc8bef4bc9dd7322a3ec86 /epan/dissectors/Makefile.nmake
parent006e41af1227d23fa30b8ad540603303e6e96bff (diff)
packet-ncp2222.obj depends upon packet-ncp2222.inc
svn path=/trunk/; revision=25846
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)