mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-24 14:13:43 +00:00
Make deb_orig target smarter.
This commit is contained in:
parent
7c0e462b19
commit
f8df9ba7af
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue