Fix the default target to remake readtex.o if needed
authorAdam Jackson <ajax@freedesktop.org>
Fri, 13 Jan 2006 16:34:00 +0000 (16:34 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Fri, 13 Jan 2006 16:34:00 +0000 (16:34 +0000)
progs/demos/Makefile

index 8240b9f..1f79642 100644 (file)
@@ -73,8 +73,9 @@ PROGS = \
 
 ##### TARGETS #####
 
-default: readtex.o $(PROGS)
+default: $(PROGS)
 
+$(PROGS): readtex.o
 
 readtex.c: $(TOP)/progs/util/readtex.c
        cp $< .