# HG changeset patch # User diego # Date 1188379147 0 # Node ID c162f47fdae3f9cfb3eefea21b60b49be916ee7d # Parent b4fdd3c122471f9b2736563fea76ef48747c6d4c Build test programs with standard CFLAGS and use implicit rules. diff -r b4fdd3c12247 -r c162f47fdae3 drivers/Makefile --- 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)