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
This commit is contained in:
Guy Harris 2008-07-01 20:28:26 +00:00
parent f56f92673e
commit d299a7f556
1 changed files with 1 additions and 1 deletions

View File

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