Make deb_orig target smarter.

This commit is contained in:
Bastian Kleineidam 2012-09-03 00:20:31 +02:00
parent 7c0e462b19
commit f8df9ba7af

View file

@ -84,7 +84,6 @@ localbuild: MANIFEST locale
.PHONY: deb_orig
deb_orig:
if [ ! -e $(DEB_ORIG_TARGET) ]; then \
$(MAKE) dist-stamp && \
cp dist/$(APPNAME)-$(VERSION).tar.xz $(DEB_ORIG_TARGET); \
fi