From: Adam Jackson Date: Fri, 13 Jan 2006 16:34:00 +0000 (+0000) Subject: Fix the default target to remake readtex.o if needed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93d0935ef7937bb82885aaca7d556642e9bc7de1;p=mesa.git Fix the default target to remake readtex.o if needed --- 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 $< .