projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e9f00
)
fixed bad touch command
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 13 Dec 2003 01:58:41 +0000
(
01:58
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 13 Dec 2003 01:58:41 +0000
(
01:58
+0000)
Makefile.X11
patch
|
blob
|
history
diff --git
a/Makefile.X11
b/Makefile.X11
index fdd6aabdfdeee4a4ec74306dd930d60837eb81a0..5d91979f3b3f7a0dc16ea365c65524110b599022 100644
(file)
--- a/
Makefile.X11
+++ b/
Makefile.X11
@@
-1,4
+1,4
@@
-# $Id: Makefile.X11,v 1.10
0 2003/12/13 01:33:36
brianp Exp $
+# $Id: Makefile.X11,v 1.10
1 2003/12/13 01:58:41
brianp Exp $
# Mesa 3-D graphics library
# Version: 5.1
@@
-137,7
+137,7
@@
ultrix-gcc unixware:
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 \