remove reference to non-existant "comps" target

This commit is contained in:
Michael Schwendt 2006-10-29 11:55:48 +00:00
parent 3382288273
commit b8798daffb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
XMLINFILES=$(wildcard *.xml.in)
XMLFILES = $(patsubst %.xml.in,%.xml,$(XMLINFILES))
all: po comps $(XMLFILES)
all: po $(XMLFILES)
po: $(XMLINFILES)
make -C po || exit 1