From: James S. <jsi...@us...> - 2002-06-22 17:51:02
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/video In directory usw-pr-cvs1:/tmp/cvs-serv25751/linux/drivers/video Modified Files: Makefile Log Message: Synced to 2.5.24 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/Makefile,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- Makefile 15 Jun 2002 19:17:10 -0000 1.49 +++ Makefile 22 Jun 2002 17:50:59 -0000 1.50 @@ -1,5 +1,5 @@ # Makefile for the Linux video drivers. -# 5 Aug 1999, James Simmons, <mailto:jsi...@tr...> +# 5 Aug 1999, James Simmons, <mailto:jsi...@us...> # Rewritten to use lists instead of if-statements. O_TARGET := video.o @@ -105,15 +105,9 @@ include $(TOPDIR)/Rules.make -clean: - rm -f core *.o *.a *.s - -host-progs := ../conmakehash - -promcon_tbl.c: prom.uni ../char/conmakehash - ../char/conmakehash prom.uni | \ - sed -e '/#include <[^>]*>/p' -e 's/types/init/' \ - -e 's/dfont\(_uni.*\]\)/promfont\1 __initdata/' > promcon_tbl.c - -promcon_tbl.o: promcon_tbl.c $(TOPDIR)/include/linux/types.h +host-progs := ../char/conmakehash +$(obj)/promcon_tbl.c: $(src)/prom.uni $(obj)/../char/conmakehash + $(obj)/../char/conmakehash $< | \ + sed -e '/#include <[^>]*>/p' -e 's/types/init/' \ + -e 's/dfont\(_uni.*\]\)/promfont\1 __initdata/' > $@ |