explicitly specify Makefile

This commit is contained in:
Michael Schwendt 2006-11-23 20:24:39 +00:00
parent 73e8f6b4e9
commit 709e4d1d1d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ XMLFILES = $(patsubst %.xml.in,%.xml,$(XMLINFILES))
all: po $(XMLFILES)
po: $(XMLINFILES)
make -C po || exit 1
make -C po -f Makefile || exit 1
clean:
@rm -fv *~