diff --git a/Makefile b/Makefile index 74c73b62..774be3c4 100644 --- a/Makefile +++ b/Makefile @@ -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 *~