replace spaces w/ tabs

This commit is contained in:
Brian Paul
2004-01-29 16:32:18 +00:00
parent 4fe1303e83
commit 229d6a9624
+12 -12
View File
@@ -1,4 +1,4 @@
# $Id: Makefile.X11,v 1.111 2004/01/29 15:21:47 brianp Exp $
# $Id: Makefile.X11,v 1.112 2004/01/29 16:32:18 brianp Exp $
# Mesa 3-D graphics library
# Version: 6.1
@@ -242,17 +242,17 @@ irix6-64 irix6-64-dso:
fi
irix6-mgl-n32-dso:
-mkdir libMGL32
if [ -d src/mesa ] ; then \
cd src/mesa ; \
touch depend ; \
$(MAKE) -f Makefile.X11 $@ ; \
fi
if [ -d src/glu/sgi ] ; then \
cd src/glu/sgi ; \
touch depend ; \
$(MAKE) -f Makefile.X11 $@ ; \
fi
-mkdir libMGL32
if [ -d src/mesa ] ; then \
cd src/mesa ; \
touch depend ; \
$(MAKE) -f Makefile.X11 $@ ; \
fi
if [ -d src/glu/sgi ] ; then \
cd src/glu/sgi ; \
touch depend ; \
$(MAKE) -f Makefile.X11 $@ ; \
fi
beos-r4:
-mkdir lib