summaryrefslogtreecommitdiff
path: root/fml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fml/Makefile')
-rw-r--r--fml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/Makefile b/fml/Makefile
index fd1dcfe6..e6075bc1 100644
--- a/fml/Makefile
+++ b/fml/Makefile
@@ -1,5 +1,5 @@
#
-# $FML: Makefile,v 1.7 2001/04/27 05:10:26 fukachan Exp $
+# $FML: Makefile,v 1.8 2001/07/01 14:07:55 fukachan Exp $
#
PERL = perl -w -I ../img/lib -I ../cpan/lib -I ./lib -I ./libexec
@@ -13,7 +13,7 @@ update:
@ cvs update -dAP|grep -v : || echo ''
check:
- @ for x in `find lib* -type f -print|grep pm|grep -v CPAN` ; do $(PERL) -c $$x || echo '' ;done
+ @ for x in `find lib* -type f -print | grep 'pm$$' | grep -v CPAN` ; do $(PERL) -c $$x || echo '' ;done
@ for x in libexec/loader ; do $(PERL) -c $$x || echo '' ;done
clean: