summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:41:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:41:18 +0000
commit00cb57760c4f066c9b38e324e39f3ca71009ec05 (patch)
treee34d2fd49bf01ecb6e942d26e9b1ef480e8a04e7 /drivers
parentc692b04e926d217d8696d97cfc6e348f19fb885c (diff)
downloadmpv-00cb57760c4f066c9b38e324e39f3ca71009ec05.tar.bz2
mpv-00cb57760c4f066c9b38e324e39f3ca71009ec05.tar.xz
Split dependency and rule declaration, avoids duplicate command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22661 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers')
-rw-r--r--drivers/radeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/radeon/Makefile b/drivers/radeon/Makefile
index 3ad8b2b5ba..53c755b132 100644
--- a/drivers/radeon/Makefile
+++ b/drivers/radeon/Makefile
@@ -21,8 +21,8 @@ AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)
all: radeonfb.o radeon_vid.o rage128_vid.o
radeonfb.o: radeonfb.c radeon.h
- $(CC) $(CFLAGS) -c $<
radeon_vid.o: radeon_vid.c radeon.h radeon_vid.h
+radeonfb.o radeon_vid.o:
$(CC) $(CFLAGS) -c $<
rage128_vid.o: radeon_vid.c radeon.h radeon_vid.h
$(CC) $(CFLAGS) -DRAGE128 -c $< -o $@