projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4078c64
)
Fix the default target to remake readtex.o if needed
author
Adam Jackson
<ajax@freedesktop.org>
Fri, 13 Jan 2006 16:34:00 +0000
(16:34 +0000)
committer
Adam Jackson
<ajax@freedesktop.org>
Fri, 13 Jan 2006 16:34:00 +0000
(16:34 +0000)
progs/demos/Makefile
patch
|
blob
|
history
diff --git
a/progs/demos/Makefile
b/progs/demos/Makefile
index 8240b9fc47ee4b6eab09751bc1cacf3ed3094c6c..1f796424c02fef418d81f468f52c6d3f9c23ceeb 100644
(file)
--- a/
progs/demos/Makefile
+++ b/
progs/demos/Makefile
@@
-73,8
+73,9
@@
PROGS = \
##### TARGETS #####
-default:
readtex.o
$(PROGS)
+default: $(PROGS)
+$(PROGS): readtex.o
readtex.c: $(TOP)/progs/util/readtex.c
cp $< .