changeset 24263:c162f47fdae3

Build test programs with standard CFLAGS and use implicit rules.
author diego
date Wed, 29 Aug 2007 09:19:07 +0000
parents b4fdd3c12247
children 3932d831fd02
files drivers/Makefile
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/drivers/Makefile	Wed Aug 29 09:16:56 2007 +0000
+++ b/drivers/Makefile	Wed Aug 29 09:19:07 2007 +0000
@@ -17,9 +17,6 @@
 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)