remove useless check which prevents built as debian package

This commit is contained in:
Olaf Leidinger 2014-01-24 22:42:19 +01:00
parent cc9506f08a
commit 1445072633

View File

@ -146,12 +146,8 @@ uninstall:
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
done done
check: all $(GETTEXT_PACKAGE).pot check:
rm -f missing notexist
srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
mostlyclean: mostlyclean:
rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp