diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-10 11:22:38 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-10 11:22:38 -0400 |
commit | 88d181c25d2f99f8b510afe2f2cc7e1ba1fa012c (patch) | |
tree | 8034e6048fcf1e96d8eb79dcdaac375891caaa87 /build-aux/Makefile.once.head/10-dist.mk | |
parent | 2d47b10c0a19c9f986d2b1c4e5a06d8a49d36096 (diff) |
(systemd) fix build system
Diffstat (limited to 'build-aux/Makefile.once.head/10-dist.mk')
-rw-r--r-- | build-aux/Makefile.once.head/10-dist.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/Makefile.once.head/10-dist.mk b/build-aux/Makefile.once.head/10-dist.mk index 0e13ea2e28..e139096576 100644 --- a/build-aux/Makefile.once.head/10-dist.mk +++ b/build-aux/Makefile.once.head/10-dist.mk @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -mod.dist.description = Make distribution tarballs +mod.dist.description = `dist` target for distribution tarballs # Developer configuration @@ -28,6 +28,8 @@ ifeq ($(dist.version),) $(error Autothing module: dist: dist.version must be set) endif +_dist.files = + # User configuration CP ?= cp |