From e61df587295e585a3643b523c499d6594962f76a Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 14 Apr 2004 12:44:07 +0000 Subject: First attempt at building a dri module in this tree -- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 334779e5a9..ad59e5b85b 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ linux \ linux-alpha \ linux-alpha-static \ linux-debug \ +linux-dri \ linux-glide \ linux-icc \ linux-icc-static \ @@ -78,6 +79,7 @@ linux-sparc5 \ linux-static \ linux-ultrasparc \ linux-x86 \ +linux-x86-debug \ linux-x86-64 \ linux-x86-64-static \ linux-x86-glide \ @@ -94,7 +96,7 @@ sunos5 \ sunos5-gcc \ sunos5-smp \ ultrix-gcc: - cp $(TOP)/configs/$@ $(TOP)/configs/current + (cd configs && rm -f current && ln -s $@ current) make default -- cgit v1.2.3