remove .pot target from Makefile.in

We want to manually make the .pot file, we shouldn't have anything
in the Makefile which will cause the .pot file to be rebuilt
because of dependencies.
This commit is contained in:
John Dennis 2010-03-09 17:07:21 -05:00 committed by Rob Crittenden
parent c350f84134
commit ae1d6d38f0

View File

@ -185,9 +185,6 @@ create-po: $(DOMAIN).pot
fi; \ fi; \
done done
$(DOMAIN).pot: $(POTFILES)
$(MAKE) update-pot
update-po: update-pot update-po: update-pot
$(MAKE) all $(MAKE) all