From: Alan Hourihane Date: Tue, 30 Sep 2003 10:29:15 +0000 (+0000) Subject: mkdir the server directory, as using cvs with -P would prune an empty X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b5142b54376493081835cb2b4836b81a652cb36;p=mesa.git mkdir the server directory, as using cvs with -P would prune an empty directory --- diff --git a/src/mesa/drivers/dri/r200/Makefile.X11 b/src/mesa/drivers/dri/r200/Makefile.X11 index f1887b59144..2c73f4d5212 100644 --- a/src/mesa/drivers/dri/r200/Makefile.X11 +++ b/src/mesa/drivers/dri/r200/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.2 2003/08/22 20:11:45 brianp Exp $ +# $Id: Makefile.X11,v 1.3 2003/09/30 10:29:15 alanh Exp $ # Mesa 3-D graphics library # Version: 5.0 @@ -82,6 +82,8 @@ SYMLINKS = \ $(SYMLINKS): + mkdir -p server + cd server rm -f $@ && ln -s ../../radeon/$@ $@