aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-07-01 20:28:26 +0000
committerGuy Harris <guy@alum.mit.edu>2008-07-01 20:28:26 +0000
commitd299a7f5566b510dd7edf7bba27d853c760bb53a (patch)
treef90fdbb9c375e10196a98ce845b136396509efc7 /wiretap/Makefile.nmake
parentf56f92673e45059e8b8a2c3bb30f7c07698debb0 (diff)
Unless I've misread the GetOptions documentation, the "-g" flag to
checkAPIs.pl takes a mandatory string argument, not an optional string argument. svn path=/trunk/; revision=25649
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 9d258ceea2..631d92ea57 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -74,4 +74,4 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../tools/checkAPIs.pl -g $(NONGENERATED_C_FILES) $(GENERATOR_FILES)
+ $(PERL) ../tools/checkAPIs.pl $(NONGENERATED_C_FILES) $(GENERATOR_FILES)