From 2fd165019077501ee6afaab2ff8f3010302825f4 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 29 Aug 2007 09:19:07 +0000 Subject: Build test programs with standard CFLAGS and use implicit rules. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24283 b3059339-0415-0410-9bf9-f77b7e298cf2 --- drivers/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/Makefile') diff --git a/drivers/Makefile b/drivers/Makefile index 636f097dc2..a24dd4de0b 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -17,9 +17,6 @@ rage128_vid.o: radeon_vid.c radeon.h radeon_vid.h radeon_vid.o rage128_vid.o: CFLAGS += -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math -%_test: %_test.c - $(CC) -O -o $@ $< - install: -mkdir -p $(MDIR) install -m 644 $(OBJS) $(MDIR) -- cgit v1.2.3