aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-06-23 09:36:40 -0400
committerBill Meier <wmeier@newsguy.com>2015-06-23 13:42:16 +0000
commitb59e28dd24c7286c5170cdf9ea15d5d433d724d6 (patch)
tree095839588454ca06839d0d006171742dab5bd1cc /ui/gtk
parent6fe3f2c6934df4230a4e78ad8246815c80a55566 (diff)
Regenerate *-tap-register.c when associated Makefile.common is updated
Change-Id: Id9a83aeb285466f409a0e5ee651ef0c9f26ddda8 Reviewed-on: https://code.wireshark.org/review/9055 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/gtk/Makefile.nmake b/ui/gtk/Makefile.nmake
index 13b085be01..19a6c9efa2 100644
--- a/ui/gtk/Makefile.nmake
+++ b/ui/gtk/Makefile.nmake
@@ -85,11 +85,11 @@ wsiconcap.h:
gdk-pixbuf-csource --raw --name=wsiconcap_%n_pb_data ../../image/wsiconcap%n.png >> $@
# The first argument is the directory in which the source files live.
-# The second argument is "plugin", to indicate that we should build
-# a plugin.c file for a plugin.
+# The second argument is "taps", to indicate that we should build
+# a tap register file.
# All subsequent arguments are the files to scan.
#
-wireshark-tap-register.c: $(WIRESHARK_TAP_SRC) ../../tools/make-tap-reg.py
+wireshark-tap-register.c: Makefile.common $(WIRESHARK_TAP_SRC) ../../tools/make-tap-reg.py
@echo Making wireshark-tap-register.c
@$(PYTHON) "../../tools/make-tap-reg.py" . taps $(WIRESHARK_TAP_SRC)