]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Do not opencode $(tarball).
authorAndre Noll <maan@systemlinux.org>
Sat, 19 Apr 2014 23:00:24 +0000 (23:00 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Oct 2014 12:15:54 +0000 (13:15 +0100)
commit0d09c89fcf180385c30a1e2217ef61f5ca1e7993
treef4b0825c40f4f2e101fbf0ef83c99cb202911389
parentaa581f6e3f8cb9e007de97c6d3f25b2ff9b6533d
build: Do not opencode $(tarball).

In Makefile.real the $tarball variable is defined as
$(tarball_pfx).tar.bz2. Use this definition instead of repeating it.
Makefile.real