aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2008-05-14 10:25:18 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2008-05-14 10:25:18 +0000
commitcfc41228762f21ecb413e6030a9f1860445e32ed (patch)
treed5d9ab71a7d79888b8469f2b838716146d4a5ceb /wiretap/Makefile.nmake
parent19c327d160a1689cd22544e39112bf03d7123073 (diff)
do not use * wildcard which is not supported by Windows commandline
svn path=/trunk/; revision=25299
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 9e31b5e2fe..7b60aef4e0 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -73,5 +73,4 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../tools/checkAPIs.pl $(NONGENERATED_C_FILES) \
- *.l \ No newline at end of file
+ $(PERL) ../tools/checkAPIs.pl $(NONGENERATED_C_FILES) $(GENERATOR_FILES) \ No newline at end of file