aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-11-30 02:04:55 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-11-30 02:04:55 +0000
commitc755b2fd545401b80268af4f13a60d77fc91c949 (patch)
treea77d614c25713268240deeedfcdc2e61d107fda5 /epan/Makefile.common
parenta857d6d69b4042c9ed98891988112e1ec7ba4e94 (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.
svn path=/trunk/; revision=35075
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index a64a498e4c..9026c9ea3e 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -125,7 +125,7 @@ LIBWIRESHARK_GENERATED_SRC = \
LIBWIRESHARK_ALL_SRC = \
$(LIBWIRESHARK_SRC) \
$(LIBWIRESHARK_GENERATED_SRC)
-
+
LIBWIRESHARK_INCLUDES = \
addr_and_mask.h \
addr_resolv.h \
@@ -258,7 +258,3 @@ LIBWIRESHARK_NODISTCLEAN_GENERATED_INCLUDES = \
LIBWIRESHARK_GENERATED_INCLUDES = \
$(LIBWIRESHARK_DISTCLEAN_GENERATED_INCLUDES) \
$(LIBWIRESHARK_NODISTCLEAN_GENERATED_INCLUDES)
-
-
-checkapi:
- $(PERL) ../tools/checkAPIs.pl -g termoutput $(LIBWIRESHARK_SRC)