Fix the default target to remake readtex.o if needed

This commit is contained in:
Adam Jackson 2006-01-13 16:34:00 +00:00
parent 4078c647d5
commit 93d0935ef7
1 changed files with 2 additions and 1 deletions

View File

@ -73,8 +73,9 @@ PROGS = \
##### TARGETS #####
default: readtex.o $(PROGS)
default: $(PROGS)
$(PROGS): readtex.o
readtex.c: $(TOP)/progs/util/readtex.c
cp $< .