packet-ncp2222.obj depends upon packet-ncp2222.inc

svn path=/trunk/; revision=25846
This commit is contained in:
Bill Meier 2008-07-27 23:09:37 +00:00
parent 006e41af12
commit 42a24b8c51
1 changed files with 3 additions and 1 deletions

View File

@ -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)