aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-30 02:04:55 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-30 02:04:55 +0000
commit67f7bbbeb107f262d6f159c94a07eae7f36c589e (patch)
treea77d614c25713268240deeedfcdc2e61d107fda5 /gtk/Makefile.common
parentee04d635249e2625c20f1ba2e7577c2ee8907bd5 (diff)
Oh yeah, there's a reason we don't put targets in Makefile.common: the first target in a makefile is what you get when you just run make (without a target). Revert 35073 and 35069.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35075 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common11
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 3f713144b7..b3fa7bee0a 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -335,14 +335,3 @@ noinst_HEADERS = \
voip_calls_dlg.h \
webbrowser.h
-checkapi: checkapi-base checkapi-todo
-
-checkapi-base:
- $(PERL) ../tools/checkAPIs.pl -g deprecated-gtk \
- $(WIRESHARK_GTK_SRC) \
- $(WIRESHARK_TAP_SRC)
-
-checkapi-todo:
- $(PERL) ../tools/checkAPIs.pl -M -g deprecated-gtk-todo \
- $(WIRESHARK_GTK_SRC) \
- $(WIRESHARK_TAP_SRC)