From: James S. <jsi...@us...> - 2002-06-22 17:51:03
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char In directory usw-pr-cvs1:/tmp/cvs-serv25751/linux/drivers/acorn/char Modified Files: Makefile Log Message: Synced to 2.5.24 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/acorn/char/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile 3 Jun 2002 22:44:57 -0000 1.9 +++ Makefile 22 Jun 2002 17:50:58 -0000 1.10 @@ -10,6 +10,3 @@ obj-y += $(obj-$(MACHINE)) include $(TOPDIR)/Rules.make - -%.c: %.map - loadkeys --mktable $< > $@ |