diff -u -r1.1.1.2 Rules.make
--- Rules.make 1996/12/02 01:21:12 1.1.1.2
+++ Rules.make 1996/12/31 15:36:47
@@ -161,7 +161,7 @@
echo "#ifndef _set_ver";\
echo "#define _set_ver(sym,vers) sym ## _R ## vers";\
echo "#endif";\
- cd $(TOPDIR)/include/linux/modules; for f in *.ver;\
+ cd $(TOPDIR)/include/linux/modules; for f in `ls | grep '\.ver$$'`;\
do echo "#include <linux/modules/$${f}>"; done; \
echo "#undef CONFIG_MODVERSIONS";\
echo "#endif") \
-- Robert Krawitz <rlk@tiac.net> http://www.tiac.net/users/rlk/Member of the League for Programming Freedom -- mail lpf@uunet.uu.net Tall Clubs International -- http://www.tall.org/ or 1-800-521-2512