summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorAdam Jackson <ajax@freedesktop.org>2006-01-13 16:34:00 +0000
committerAdam Jackson <ajax@freedesktop.org>2006-01-13 16:34:00 +0000
commit93d0935ef7937bb82885aaca7d556642e9bc7de1 (patch)
tree158a0600e0197d8b8258a2afc4b749905f412902 /progs
parent4078c647d56caf92d0526d3d9aece43e55e63e10 (diff)
Fix the default target to remake readtex.o if needed
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 8240b9fc47e..1f796424c02 100644
--- 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 $< .