summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-28 22:00:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-28 22:00:13 +0000
commit938014f8501738be46fae03a8bd5c336b4f94431 (patch)
treebf65593f9a53ff91e21776e4fe38e81362c9a6f0
parent77650b4672ad74a5179c16f726fecdb2b94ae0b3 (diff)
downloadmesa-938014f8501738be46fae03a8bd5c336b4f94431.tar.gz
minor fixes to glw's touch depend
-rw-r--r--Makefile.X118
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.X11 b/Makefile.X11
index 806f49d09be..4427e817ed5 100644
--- a/Makefile.X11
+++ b/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.109 2004/01/22 15:02:17 joukj Exp $
+# $Id: Makefile.X11,v 1.110 2004/01/28 22:00:13 brianp Exp $
# Mesa 3-D graphics library
# Version: 6.1
@@ -182,7 +182,7 @@ irix6-o32 irix6-o32-dso irix6-n32 irix6-n32-dso irix6-gcc-n32-sl:
fi
if [ -d src/glw ] ; then \
cd src/glw ; \
- touch src/glw/depend ; \
+ touch depend ; \
$(MAKE) -f Makefile.X11 $@ ; \
fi
if [ -d progs/demos ] ; then \
@@ -221,7 +221,7 @@ irix6-64 irix6-64-dso:
fi
if [ -d src/glw ] ; then \
cd src/glw ; \
- touch src/glw/depend ; \
+ touch depend ; \
$(MAKE) -f Makefile.X11 $@ ; \
fi
if [ -d progs/demos ] ; then \
@@ -303,7 +303,7 @@ linux-ggi linux-x86-ggi:
fi
if [ -d src/glw ] ; then \
cd src/glw ; \
- touch src/glw/depend ; \
+ touch depend ; \
$(MAKE) -f Makefile.X11 $@ ; \
fi
if [ -d progs/demos ] ; then \