Mercurial > mplayer.hg
changeset 22651:96e570f1bde2
Get rid of stupid recursion within a single directory.
author | diego |
---|---|
date | Sat, 17 Mar 2007 01:01:15 +0000 |
parents | f1fbb2f0e659 |
children | c1603578b1f8 |
files | drivers/Makefile |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/Makefile Sat Mar 17 00:59:42 2007 +0000 +++ b/drivers/Makefile Sat Mar 17 01:01:15 2007 +0000 @@ -11,11 +11,10 @@ CFLAGS = -O2 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h -Wall endif -all: ifneq (,$(findstring 2.6, $(VERSION))) - $(MAKE) mga_vid.ko mga_vid_test +all: mga_vid.ko mga_vid_test else - $(MAKE) mga_vid.o mga_vid_test +all: mga_vid.o mga_vid_test endif # sis_vid.o